Skip to content

Commit

Permalink
Update dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrover1 authored Nov 7, 2023
1 parent 31a7a82 commit fd9e232
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions act_test_data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
import pooch

DATASETS = pooch.create(
path=pooch.os_cache('open-radar-data'),
base_url='https://github.com/openradar/open-radar-data/raw/main/data/',
path=pooch.os_cache('act-test-data'),
base_url='https://github.com/openradar/act-test-data/raw/main/data/',
env='ACT_TEST_DATA_DIR',
)

with pkg_resources.resource_stream('open_radar_data', 'registry.txt') as registry_file:
with pkg_resources.resource_stream('act-test-data', 'registry.txt') as registry_file:
DATASETS.load_registry(registry_file)


Expand Down

0 comments on commit fd9e232

Please sign in to comment.