Skip to content

Commit

Permalink
Update Jupyter notebook on custom controls
Browse files Browse the repository at this point in the history
  • Loading branch information
andreArtelt committed Jan 24, 2025
1 parent 5e758f9 commit a2c4496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/custom_control_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Add our custom control module by calling [add_control()](https://epyt-flow.readthedocs.io/en/stable/epyt_flow.simulation.html#epyt_flow.simulation.scenario_simulator.ScenarioSimulator.add_advanced_control):"
"Add our custom control module by calling [add_custom_control()](https://epyt-flow.readthedocs.io/en/stable/epyt_flow.simulation.html#epyt_flow.simulation.scenario_simulator.ScenarioSimulator.add_custom_control):"
]
},
{
Expand All @@ -164,7 +164,7 @@
"metadata": {},
"outputs": [],
"source": [
"sim.add_advanced_control(MyControl())"
"sim.add_custom_control(MyControl())"
]
},
{
Expand Down

0 comments on commit a2c4496

Please sign in to comment.