Skip to content

Commit

Permalink
Merge pull request #8 from zssherman/fix_for_fetch
Browse files Browse the repository at this point in the history
FIX: Fix for file not found error when fetching.
  • Loading branch information
mgrover1 authored Nov 20, 2023
2 parents 651ef36 + b2c0dde commit 4e4cc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arm_test_data/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "arm-test-data"
description = """Provides utility functions for accessing data repository for openradar examples/notebooks"""
description = """Provides utility functions for accessing data repository for ARM data examples/notebooks"""
requires-python = ">=3.8"
license = {file = "LICENSE"}
keywords = ["arm-test-data", "atmosphere", "meteorology"]
Expand Down

0 comments on commit 4e4cc0d

Please sign in to comment.