Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Oct 21, 2021
1 parent 65419ce commit db25c9e
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 @@ -419,8 +419,8 @@ def test_add_line(self):
assert np.isclose(self.topology.lines_df.at[name, "s_nom"],
6.18342
)
assert np.isclose(self.topology.lines_df.at[name, "x"],
0.38
assert np.isclose(self.topology.lines_df.at[name, "r"],
0.164
)

# test no creation of new line when line between buses already exists
Expand Down

0 comments on commit db25c9e

Please sign in to comment.