Skip to content

Commit

Permalink
fix test gas link elec compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann-Temudjin committed May 21, 2024
1 parent e668672 commit 24d0c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_gas_link_elec_compressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ def test_gas_link_elec_compressor(data_dir: Path, lib: Path, lib_sc: Path):
assert status == problem.solver.OPTIMAL
assert math.isclose(problem.solver.Objective().Value(), 2100)

assert math.isclose(r_value, 100)
assert math.isclose(r_value, 20)

0 comments on commit 24d0c06

Please sign in to comment.