Skip to content

Commit

Permalink
docs: #1239, fix minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphilar committed Oct 9, 2022
1 parent 3c109f8 commit 21923b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/05_scenario_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@
"filer = cs.Filer(directory=\"input\", prefix=\"jpn\")\n",
"file_dict = filer.json(title=\"scenarios\")\n",
"# To JSON file\n",
"snr_build = cs.ODEScenario.auto_build(geo=\"Japan\", model=cs.SIRFModel)\n",
"json_file = snr_build.to_json(**file_dict)"
"json_file = snr.to_json(**file_dict)"
]
},
{
Expand Down

0 comments on commit 21923b9

Please sign in to comment.