Update the sync data v1

This commit is contained in:
D-X-Y
2021-05-24 13:06:10 +08:00
parent da2575cc6c
commit 3ee0d348af
17 changed files with 228 additions and 274 deletions

View File

@@ -56,12 +56,16 @@ jobs:
python -m pytest ./tests/test_basic_space.py -s
shell: bash
- name: Test Synthetic Data
- name: Test Math
run: |
python -m pip install pytest numpy
python -m pip install parameterized
python -m pip install torch torchvision
python --version
python -m pytest ./tests/test_math*.py -s
shell: bash
- name: Test Synthetic Data
run: |
python -m pytest ./tests/test_synthetic*.py -s
shell: bash