Skip to content

Commit b070375

Browse files
authored
test running budget allocator nb (#919)
1 parent 789aa0d commit b070375

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

docs/source/notebooks/mmm/mmm_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10311,7 +10311,7 @@
1031110311
"metadata": {},
1031210312
"outputs": [],
1031310313
"source": [
10314-
"mmm.save(\"model.nc\")"
10314+
"# mmm.save(\"model.nc\")"
1031510315
]
1031610316
},
1031710317
{

docs/source/notebooks/mmm/model.nc

-7.43 KB
Binary file not shown.

scripts/run_notebooks/runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
DOC_SOURCE = Path("docs/source")
1212
NOTEBOOKS_PATH = DOC_SOURCE / "notebooks"
1313
NOTEBOOKS_SKIP: list[str] = [
14-
"mmm_budget_allocation_example.ipynb", # This works locally but not on GitHub Actions
1514
"mmm_tvp_example.ipynb", # This notebook takes too long to run
1615
]
1716
NOTEBOOKS: list[Path] = list(NOTEBOOKS_PATH.glob("*/*.ipynb"))

0 commit comments

Comments
 (0)