Skip to content

Commit df8e3e0

Browse files
authored
Merge pull request #279 from StochSS/staging
Release v1.0.3
2 parents 1ab0a23 + c3511aa commit df8e3e0

53 files changed

Lines changed: 46982 additions & 5995 deletions

Some content is hidden

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

.github/workflows/run-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
python3 -m pip install coverage
2828
2929
- name: Run tests
30-
run: coverage run test/run_integration_tests.py
30+
run: coverage run --source=spatialpy test/run_integration_tests.py

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
python3 -m pip install coverage
2626
2727
- name: Run tests
28-
run: coverage run test/run_unit_tests.py
28+
run: coverage run --source=spatialpy test/run_unit_tests.py

examples/3D_Cylinder_Demo.ipynb

Lines changed: 124 additions & 130 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)