Skip to content

Commit

Permalink
Adds newest dataset to default
Browse files Browse the repository at this point in the history
  • Loading branch information
dulte committed Nov 20, 2024
1 parent f962c95 commit b4b2753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaerocom/sample_data_access/minimal_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__all__ = ["download_minimal_dataset"]

#: tarfile to download
DEFAULT_TESTDATA_FILE = "testdata-minimal.tar.gz.20240722"
DEFAULT_TESTDATA_FILE = "testdata-minimal.tar.gz.20241120"

minimal_dataset = pooch.create(
path=const.OUTPUTDIR, # ~/MyPyaerocom/
Expand Down

0 comments on commit b4b2753

Please sign in to comment.