1 Star 0 Fork 0

浩然/OpenHGNN_clone_from_github

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pytest.ini 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
[pytest]
addopts = --verbose -n 5 --reruns 1 --html=./tests/end2end/report.html --self-contained-html
testpaths = ./tests/end2end/test_*.py
;addopts = : The arguments following "addopts" indicate that they will be automatically added to
; the command-line argument list every time you run pytest.
;--verbose : The request is to output detailed debugging information.
;-n 5 : The request is to run 5 concurrent processes. [one gpu only]
; recommend using n 5 (maximum) avoid potential GPU memory overflow, or less
;--reruns 1 : The request is to rerun the failed cases once.
;--html : The request is to generate a html report.
;--self-contained-html : The request is to generate a self-contained html report.
;In addition to "addopts," you can also manually specify additional arguments on the command line.
;-k : The request is to run the test cases that match the specified keyword.
; For example, pytest -k "TransR or HetGNN or NARS or HDE" //Specify the name of the model.
; pytets -k "node_classification" //Specify the name of the test function.
; pytest -k "LastFM4KGCN-KGCN" //Specify the name of the dataset-model.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/HaoRanTCM/OpenHGNN_clone_from_github.git
git@gitee.com:HaoRanTCM/OpenHGNN_clone_from_github.git
HaoRanTCM
OpenHGNN_clone_from_github
OpenHGNN_clone_from_github
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385