Reformulate Math Functions

This commit is contained in:
D-X-Y
2021-04-26 05:16:38 -07:00
parent 1980779053
commit e1818694a4
14 changed files with 308 additions and 254 deletions

View File

@@ -56,5 +56,6 @@ jobs:
python -m pip install parameterized
python -m pip install torch torchvision
python --version
python -m pytest ./tests/test_math*.py -s
python -m pytest ./tests/test_synthetic*.py -s
shell: bash