Skip to content

Commit

Permalink
fix test cim2pp
Browse files Browse the repository at this point in the history
  • Loading branch information
mrifraunhofer committed Aug 31, 2023
1 parent 8064480 commit 8f39419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandapower/test/converter/test_from_cim.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def test_smallgrid_GL_bus_geodata(smallgrid_GL):
smallgrid_GL.bus[smallgrid_GL.bus['origin_id'] == '_0471bd2a-c766-11e1-8775-005056c00008'].index]
assert -4.844991207122803 == element_0['x'].item()
assert 55.92612075805664 == element_0['y'].item()
assert [[-4.844991207122803, 55.92612075805664]] == element_0['coords'].item()
assert math.isnan(element_0['coords'].item())


def test_fullgrid_xward(fullgrid):
Expand Down

0 comments on commit 8f39419

Please sign in to comment.