Skip to content

Commit 71328ff

Browse files
author
Steffen Meinecke
committed
tiny fix
1 parent cf8b4fe commit 71328ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simbench/test/converter/test_csv_pp_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def test_convert_parallel_branches():
155155

156156

157157
def test_test_network():
158-
net = csv2pp(test_network_path, no_generic_coord=True)
158+
net = csv2pp(test_network_path, fill_bus_geo_by_generic_data=False)
159159

160160
# test min/max ratio
161161
for elm in pp.pp_elements(bus=False, branch_elements=False, other_elements=False):

0 commit comments

Comments
 (0)