Skip to content

Commit

Permalink
fix renaming to ObsInFlowNode in notebook 06, part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Oct 24, 2024
1 parent 582b030 commit d8e7881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/06_flow_graph_starfit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@
" compute_daily=False,\n",
" budget_type=\"error\",\n",
" ),\n",
" \"pass_through\": pws.hydrology.pass_through_node.PassThroughFlowNodeMaker(),\n",
" \"pass_through\": pws.hydrology.pass_through_flow_node.PassThroughFlowNodeMaker(),\n",
" },\n",
" new_nodes_maker_names=[\"starfit\", \"pass_through\"],\n",
" new_nodes_maker_indices=[0, 0], # relative to the indvidual NodeMakers\n",
Expand Down

0 comments on commit d8e7881

Please sign in to comment.