Skip to content

Commit

Permalink
Merge pull request #347 from dynamicslab/quick-fixes
Browse files Browse the repository at this point in the history
Remove unneccessary/dead code
  • Loading branch information
Jacob-Stevens-Haas committed Jun 28, 2023
2 parents 5f224ab + 48d076f commit ac61b4a
Show file tree
Hide file tree
Showing 22 changed files with 5,349 additions and 3,361 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,12 @@ jobs:
cd ..
- name: Test with pytest
run: |
coverage run --source=pysindy -m pytest test && coverage xml
coverage run --source=pysindy -m pytest test -m "not slow" && coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
- name: Execute feature notebook with papermill
run: |
pip install papermill
cd examples
papermill --report-mode 1_feature_overview.ipynb out.json
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ commit-msg
todo
poetry.lock

# profiling
prof/

# Environments
.env
.venv
Expand Down
3,115 changes: 0 additions & 3,115 deletions examples/1_feature_overview.ipynb

This file was deleted.

3,869 changes: 3,869 additions & 0 deletions examples/1_feature_overview/example.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ac61b4a

Please sign in to comment.