Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Thijs Baaijen <[email protected]>
  • Loading branch information
Thijss committed Feb 5, 2025
1 parent 960a09d commit ce2e0dd
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions tests/unit/model/grids/test_grid_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,14 +335,13 @@ def test_from_txt_with_unordered_node_ids(self):

def test_from_txt_with_unordered_branch_ids(self):
txt_lines = [
"3 6 14, transformer",
"S1 2 10",
"S1 3 11, open",
"2 7 12",
"3 5 13",
"5 7 15",
"7 8 16",
"8 9 17",
"5 6 16",
"3 4 17",
"3 7 18",
"S1 2 12",
"S1 10 13",
"10 11 14",
"2 5 15",
]
grid = Grid.from_txt(txt_lines)
assert 9 == grid.node.size
Expand Down

0 comments on commit ce2e0dd

Please sign in to comment.