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 d321fac commit 2360310Copy full SHA for 2360310
Makefile
@@ -9,7 +9,7 @@ format:
9
black -S -l 119 pytorch_optimizer tests lint.py hubconf.py
10
11
test:
12
- python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests --ignore=./pytorch_optimizer/experiment
+ python -m pytest -sv -vv --cov=pytorch_optimizer --cov-report=xml ./tests
13
14
check:
15
isort --check-only --profile black -l 119 pytorch_optimizer tests lint.py hubconf.py
0 commit comments