Skip to content

Commit

Permalink
Update tests/test_solver.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gunnhild Svandal Presthus <36099159+gunnhildsp@users.noreply.github.com>
  • Loading branch information
amundfr and gunnhildsp authored Apr 5, 2024
1 parent 3d7c024 commit 35f8d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def heat_balance(currents: np.array):
solver.bisect(
heat_balance,
xmin=np.array([0, 0]),
xmax=np.array([10_000, 8000]),
xmax=np.array([10_000, 8_000]),
tolerance=1e-8,
)

Expand Down

0 comments on commit 35f8d02

Please sign in to comment.