Skip to content

Commit

Permalink
Merge pull request #9 from ARM-DOE/fix-hash-data-dir
Browse files Browse the repository at this point in the history
FIX: Fix bug in hash generation
  • Loading branch information
mgrover1 authored Nov 28, 2023
2 parents 4e4cc0d + 3d8e1d3 commit 7204b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm_test_data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

DATASETS = pooch.create(
path=pooch.os_cache('arm-test-data'),
base_url='https://github.com/ARM-DOE/arm-test-data/tree/main/data/',
env='ACT_TEST_DATA_DIR',
base_url='https://github.com/ARM-DOE/arm-test-data/raw/main/data/',
env='ARM_TEST_DATA_DIR',
)

with pkg_resources.resource_stream('arm_test_data', 'registry.txt') as registry_file:
Expand Down

0 comments on commit 7204b29

Please sign in to comment.