Skip to content

Commit

Permalink
Update test_notebooks.py
Browse files Browse the repository at this point in the history
fix names
  • Loading branch information
martinvonk committed Feb 20, 2023
1 parent 802e416 commit 818c0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def test_notebook(file) -> None:

os.chdir(pathname)
if file not in [
"00_prepare_timeseries.ipynb",
"12_emcee_uncertainty.ipynb",
"prepare_timeseries.ipynb",
"emcee_uncertainty.ipynb",
]:
try:
# run autotest on each notebook
Expand Down

0 comments on commit 818c0c5

Please sign in to comment.