Skip to content

Commit

Permalink
Issue/100/skip plotting nb (#101)
Browse files Browse the repository at this point in the history
* skip plotting nb for now

* one line fix to evaluation_examples/demo.ipynb
  • Loading branch information
eacharles authored Oct 25, 2023
1 parent de8394f commit 44a7cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python -m pytest tests
- name: Run notebooks
run: |
rail render-nb examples/${{ matrix.notebook-dir }}_examples/*.ipynb
rail render-nb --skip examples/creation_examples/plotting_interface_skysim_cosmoDC2_COSMOS2020_demo.ipynb examples/${{ matrix.notebook-dir }}_examples/*.ipynb
- name: Send status to Slack app (RAIL CI Reporter)
if: ${{ failure() }}
id: slack
Expand Down
2 changes: 1 addition & 1 deletion examples/evaluation_examples/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"outputs": [],
"source": [
"truth = DS.add_data('truth', ztrue_data()['photometry'], TableHandle)\n",
"ensemble = DS.add_data('ensemble', fzdata, QPHandle)"
"ensemble = DS.add_data('ensemble', fzdata(), QPHandle)"
]
},
{
Expand Down

0 comments on commit 44a7cb8

Please sign in to comment.