Skip to content

Commit baa5eff

Browse files
authored
Merge pull request #51 from DynamicsAndNeuralSystems/jmoo2880-dev
Add SPI Unit Tests + Remove Old docs
2 parents 2a068fa + 00fea1b commit baa5eff

File tree

146 files changed

+102
-39631
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+102
-39631
lines changed

.github/workflows/run_unit_tests.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
pip install -r requirements.txt
2727
pip install .
2828
pip install pandas==1.3.3 numpy==1.22.0
29-
- name: Run pyspi unit tests
29+
- name: Run pyspi calculator unit tests
3030
run: |
31-
pytest -v
31+
pytest -v ./tests/test_calc.py
32+
- name: Run pyspi SPI unit tests
33+
run: |
34+
pytest -v ./tests/test_SPIs.py
35+

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pyspi/__pycache__
33
**/__pycache__/**
44
dist
55
*.pkl
6+
!tests/*.pkl
67
*.log
78
*.bkp
89
.DS_Store

.readthedocs.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.
-13.9 KB
Binary file not shown.

docs/build/doctrees/api.doctree

-5.59 KB
Binary file not shown.
-6.32 MB
Binary file not shown.
-34.5 KB
Binary file not shown.
-32.3 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-5.43 KB
Binary file not shown.

0 commit comments

Comments
 (0)