Skip to content

Commit 4eb3714

Browse files
committed
Addressing PR comments and removing unused methods from Wrapper.
1 parent 044cc6e commit 4eb3714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pygeos_package/pygeos/tests/generate_test_xml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def generate_test_xml_files(root_dir):
8787
<PeriodicEvent name="restarts"
8888
timeFrequency="1e4"
8989
targetExactTimestep="0"
90-
target="/Outputs/sidreRestart"/>
90+
target="/Outputs/restartOutput"/>
9191
9292
</Events>
9393
@@ -122,7 +122,7 @@ def generate_test_xml_files(root_dir):
122122
123123
<Outputs>
124124
<Silo name="siloOutput"/>
125-
<Restart name="sidreRestart"/>
125+
<Restart name="restartOutput"/>
126126
</Outputs>
127127
"""
128128

0 commit comments

Comments
 (0)