Skip to content

Commit

Permalink
Update ROSCO_walkthrough to use new yaml reader (#159)
Browse files Browse the repository at this point in the history
* Update ROSCO_walkthrough to use new yaml reader

* Add CI for notebooks

* Make parameter_filename a relative path

* Generalize dylib extension in RW
  • Loading branch information
dzalkind authored Jul 22, 2022
1 parent 61b6039 commit 9976b09
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 83 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI_rosco-pytools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,12 @@ jobs:
cd Examples
python run_examples.py
# Test walkthrough notebook
- name: Test walkthrough notebook
run: |
cd Examples
treon ROSCO_walkthrough.ipynb
# Archive artifacts
- name: Archive production artifacts
if: success() || failure()
Expand Down
Loading

0 comments on commit 9976b09

Please sign in to comment.