Skip to content

Commit

Permalink
Merge pull request #255 from StochSS/develop
Browse files Browse the repository at this point in the history
Stage Release v1.0.3
  • Loading branch information
BryanRumsey authored Jun 10, 2022
2 parents fd2831a + 00968de commit c3511aa
Show file tree
Hide file tree
Showing 53 changed files with 46,982 additions and 5,995 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
python3 -m pip install coverage
- name: Run tests
run: coverage run test/run_integration_tests.py
run: coverage run --source=spatialpy test/run_integration_tests.py
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
python3 -m pip install coverage
- name: Run tests
run: coverage run test/run_unit_tests.py
run: coverage run --source=spatialpy test/run_unit_tests.py
254 changes: 124 additions & 130 deletions examples/3D_Cylinder_Demo.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit c3511aa

Please sign in to comment.