Skip to content

Commit

Permalink
fix for notebook with really short runs being timed out
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Nov 29, 2024
1 parent a27144d commit 7608321
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1,321 deletions.
2 changes: 1 addition & 1 deletion autotest/autotest_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def test_notebooks_test():
if __name__ == '__main__':
shutil.copy2(os.path.join("..","examples","helpers.py"),"helpers.py")
files = get_notebooks()
for fn in files:
for fn in files:
run_notebook(fn)
2 changes: 2 additions & 0 deletions autotest/utils/hosaki_template/pest.pst
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ python forward_run.py
* model input/output
./par.csv.tpl ./par.csv
./sim.csv.ins ./sim.csv
++overdue_giveup_fac(1e10)
++overdue_resched_fac(1e10)
Loading

0 comments on commit 7608321

Please sign in to comment.