Skip to content

Commit

Permalink
try no known hash
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeejay committed Aug 14, 2024
1 parent 022a9ae commit 4ee398e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_load_osm_integrative.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ class TestOSMtoNetwork:
# pooch for the osm file
osm_file = pooch.retrieve(
url="http://download.geofabrik.de/europe/iceland-latest.osm.pbf",
known_hash="md5:d4cab811ec9a3ecad5e76d9838be3dec",
known_hash=None,
# known_hash="md5:d4cab811ec9a3ecad5e76d9838be3dec",
)

def test_OSM_to_network(self):
Expand Down

0 comments on commit 4ee398e

Please sign in to comment.