Skip to content

Commit

Permalink
update tests 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulash committed Nov 25, 2024
1 parent 79996bb commit 52b99fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phases/design/test_electrical_design.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_hvdc_substation():
elect = ElectricalDesign(config)
elect.run()

assert elect.total_substation_cost == pytest.approx(802924714, abs=1e0)
assert elect.total_substation_cost == pytest.approx(1230996846.2224603, abs=1e0)

assert elect.converter_cost != 0
assert elect.shunt_reactor_cost == 0
Expand Down Expand Up @@ -326,7 +326,7 @@ def test_onshore_substation():
o_bi = ElectricalDesign(config_bi)
o_bi.run()
assert o_bi.onshore_compensation_cost == 0.0
assert o_bi.onshore_cost == 450e6
assert o_bi.onshore_cost == 690918570


# EXPORT CABLE TESTING
Expand Down

0 comments on commit 52b99fd

Please sign in to comment.