Skip to content

Commit

Permalink
Adapt test that is now failing because voltage drop is too high to fi…
Browse files Browse the repository at this point in the history
…nd suitable cable
  • Loading branch information
birgits committed Aug 8, 2024
1 parent ec36c0b commit a49d907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/network/test_topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ def test_connect_to_lv(self):
loads_before = self.edisgo.topology.loads_df

test_hp = {
"p_set": 0.3,
"p_set": 0.1,
"geom": geom,
"voltage_level": 6,
"mvlv_subst_id": 6,
Expand Down Expand Up @@ -1751,7 +1751,7 @@ def test_connect_to_lv(self):
new_line_df.loc[new_line_df.index[0], ["bus0", "bus1"]]
)
# check new heat pump
assert self.edisgo.topology.loads_df.at[comp_name, "p_set"] == 0.3
assert self.edisgo.topology.loads_df.at[comp_name, "p_set"] == 0.1

# ############# storage unit #################
# test existing substation ID (voltage level 7)
Expand Down

0 comments on commit a49d907

Please sign in to comment.