Skip to content

Commit

Permalink
removed user tests, geodataframes no longer store node_type
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed Oct 7, 2024
1 parent 88f6f06 commit 5c84cb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wntr/tests/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,6 @@ def test_gis_roundtrip(self):
for inp_file in self.inp_files:
wn = self.wntr.network.WaterNetworkModel(inp_file)
A = wn.to_gis()
A.junctions.replace('Junction','Reservoir',inplace=True) # Should make no difference
B = self.wntr.network.from_gis(A)
assert(wn._compare(B, level=0))

Expand Down

0 comments on commit 5c84cb7

Please sign in to comment.