Skip to content

Commit

Permalink
wrap long url
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 20, 2024
1 parent f3e9dd0 commit a1cc867
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deltametrics/sample_data/sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
# configure the data registry
REGISTRY = pooch.create(
path=pooch.os_cache("deltametrics"),
base_url="https://github.com/DeltaRCM/DeltaMetrics/raw/develop/deltametrics/sample_data/files/",
base_url=(
"https://github.com/DeltaRCM/DeltaMetrics/raw/develop/"
"deltametrics/sample_data/files/"
),
env="DELTAMETRICS_DATA_DIR",
)
path_to_registry = importlib_resources.files("deltametrics.sample_data").joinpath(
Expand Down

0 comments on commit a1cc867

Please sign in to comment.