Skip to content

Commit

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

def test_OSM_to_network(self):
Expand Down

0 comments on commit d61f2e2

Please sign in to comment.