Skip to content

Commit

Permalink
Dolci/schedules application (#56)
Browse files Browse the repository at this point in the history
* Notebook containing an application of checkpoint_schedules package.
---------

Co-authored-by: James R. Maddison <[email protected]>
  • Loading branch information
Ig-dolci and jrmaddison authored Mar 1, 2024
1 parent e7705d9 commit 2c140e2
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest numpy nbval tabulate
python -m pip install pytest numpy nbval tabulate scipy sympy
python -m pip install -e .
- name: Test with pytest
run: |
Expand Down
Loading

0 comments on commit 2c140e2

Please sign in to comment.