Skip to content

Commit

Permalink
test: update URL for reference files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Feb 6, 2024
1 parent dbfebd6 commit e5f9862
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/download_test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
FILE_URLS = [
(
"B2K1Gamma_RapidSim_7TeV_K1KstarNonResonant_Tree.root",
"https://cernbox.cern.ch/index.php/s/8mN10X8U7VGfaRc/download",
"https://cernbox.cern.ch/remote.php/dav/public-files/8mN10X8U7VGfaRc/B2K1Gamma_RapidSim_7TeV_K1KstarNonResonant_Tree.root", # noqa: E501
),
(
"B2K1Gamma_RapidSim_7TeV_Tree.root",
"https://cernbox.cern.ch/index.php/s/pr3aM8n2hPT4Pag/download",
"https://cernbox.cern.ch/remote.php/dav/public-files/pr3aM8n2hPT4Pag/B2K1Gamma_RapidSim_7TeV_Tree.root", # noqa: E501
),
(
"B2KstGamma_RapidSim_7TeV_KstarNonResonant_Tree.root",
"https://cernbox.cern.ch/index.php/s/QuP2cHeISTTSLVv/download",
"https://cernbox.cern.ch/remote.php/dav/public-files/QuP2cHeISTTSLVv/B2KstGamma_RapidSim_7TeV_KstarNonResonant_Tree.root", # noqa: E501
),
(
"B2KstGamma_RapidSim_7TeV_Tree.root",
"https://cernbox.cern.ch/index.php/s/EH5yrCpGko7P7Mc/download",
"https://cernbox.cern.ch/remote.php/dav/public-files/EH5yrCpGko7P7Mc/B2KstGamma_RapidSim_7TeV_Tree.root", # noqa: E501
),
]

Expand Down

0 comments on commit e5f9862

Please sign in to comment.