Skip to content

Commit b526efb

Browse files
authored
Merge pull request #224 from cta-observatory/update_download_url
Update download url for test data
2 parents 62221dd + 6640a70 commit b526efb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

download_test_data.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
TEST_DATA_URL=${TEST_DATA_URL:-https://big-tank.app.tu-dortmund.de/lst-testdata/}
5+
TEST_DATA_URL=${TEST_DATA_URL:-https://cloud.e5.physik.tu-dortmund.de/lst-testdata/}
66

77
if [ -z "$TEST_DATA_USER" ]; then
88
echo -n "Username: "

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ dependencies:
1919
- zlib
2020
- pip
2121
- h5py
22+
- scipy <1.14

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ install_requires=
3434
ctapipe >=0.19.0,<0.21.0a0
3535
protozfits~=2.4
3636
numpy>=1.20
37+
scipy<1.14
3738

3839
[options.package_data]
3940
* = resources/*

0 commit comments

Comments
 (0)