We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a56de commit 0c571f8Copy full SHA for 0c571f8
Makefile
@@ -9,7 +9,7 @@ format:
9
black -S -l 119 pytorch_optimizer tests hubconf.py
10
11
test:
12
- python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
+ python -m pytest -p no:pastebin -p no:nose -p no:doctest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
13
14
check:
15
isort --check-only --profile black -l 119 pytorch_optimizer tests hubconf.py
0 commit comments