Skip to content

Commit

Permalink
bugfix in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRubenDrauz committed Apr 9, 2024
1 parent 8ea8504 commit 5b5547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/temperature_calculation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"outputs": [],
"source": [
"# run pipeflow\n",
"pandapipes.pipeflow(net, stop_condition=\"tol\", iter=3, friction_model=\"colebrook\",\n",
"pandapipes.pipeflow(net, stop_condition=\"tol\", iter=5, friction_model=\"colebrook\",\n",
" mode=\"all\", transient=False, nonlinear_method=\"automatic\", tol_p=1e-4,\n",
" tol_m=1e-4)"
]
Expand Down

0 comments on commit 5b5547c

Please sign in to comment.