Skip to content

Commit

Permalink
Merge pull request #2664 from cta-observatory/test_data_ctao
Browse files Browse the repository at this point in the history
Switch to use Minio hosted by DESY for testdata
  • Loading branch information
maxnoe authored Dec 4, 2024
2 parents ee0a356 + 83bd4e1 commit 71ebd9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/ctapipe
key: ctapipe-test-data
key: ctapipe-test-data-desy

- name: Prepare mamba installation
if: matrix.install-method == 'mamba' && contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
Expand Down
1 change: 1 addition & 0 deletions docs/changes/2664.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Change data server for test datasets from in2p3 to DESY hosted server.
2 changes: 1 addition & 1 deletion src/ctapipe/utils/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


#: default base URL for downloading datasets
DEFAULT_URL = "http://cccta-dataserver.in2p3.fr/data/ctapipe-test-data/v1.1.0/"
DEFAULT_URL = "https://minio-cta.zeuthen.desy.de/dpps-testdata-public/data/ctapipe-test-data/v1.1.0/"


def get_default_url():
Expand Down

0 comments on commit 71ebd9e

Please sign in to comment.