Skip to content

Commit

Permalink
fix : rectify test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie Laurent committed Dec 2, 2024
1 parent 42722a9 commit 384a63b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/testdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,12 +790,12 @@ def create(output_path):
f.write(bytes("\n".join(osm), "utf-8"))


# import subprocess
import subprocess

# subprocess.check_call([
# shutil.which("osmosis"), "--read-xml", "%s/osm_idf/ile-de-france-220101.osm.gz" % output_path,
# "--write-pbf", "%s/osm_idf/ile-de-france-220101.osm.pbf" % output_path
# ])
subprocess.check_call([
shutil.which("osmosis"), "--read-xml", "%s/osm_idf/ile-de-france-220101.osm.gz" % output_path,
"--write-pbf", "%s/osm_idf/ile-de-france-220101.osm.pbf" % output_path
])


# Data set: GTFS
Expand Down

0 comments on commit 384a63b

Please sign in to comment.