Skip to content

Commit

Permalink
tol_v to tol_m
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonRubenDrauz committed Feb 23, 2024
1 parent faa7b49 commit 3db61c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pandapipes/test/pipeflow_internals/test_inservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def test_connectivity_hydraulic(create_test_net, use_numba):

pandapipes.create_fluid_from_lib(net, "water")

pandapipes.pipeflow(net, iter=100, tol_p=1e-7, tol_v=1e-7, friction_model="nikuradse",
pandapipes.pipeflow(net, iter=100, tol_p=1e-7, tol_m=1e-7, friction_model="nikuradse",
use_numba=use_numba)

assert np.all(np.isnan(net.res_junction.p_bar.loc[[2, 5, 6]].values))
Expand Down

0 comments on commit 3db61c1

Please sign in to comment.