Skip to content

Commit

Permalink
test running budget allocator nb (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanitorduz authored Aug 11, 2024
1 parent 789aa0d commit b070375
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/notebooks/mmm/mmm_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10311,7 +10311,7 @@
"metadata": {},
"outputs": [],
"source": [
"mmm.save(\"model.nc\")"
"# mmm.save(\"model.nc\")"
]
},
{
Expand Down
Binary file modified docs/source/notebooks/mmm/model.nc
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/run_notebooks/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
DOC_SOURCE = Path("docs/source")
NOTEBOOKS_PATH = DOC_SOURCE / "notebooks"
NOTEBOOKS_SKIP: list[str] = [
"mmm_budget_allocation_example.ipynb", # This works locally but not on GitHub Actions
"mmm_tvp_example.ipynb", # This notebook takes too long to run
]
NOTEBOOKS: list[Path] = list(NOTEBOOKS_PATH.glob("*/*.ipynb"))
Expand Down

0 comments on commit b070375

Please sign in to comment.