From e5f98626ac730a7ce790a6efb005441cde72f443 Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Mon, 5 Feb 2024 23:58:32 -0500 Subject: [PATCH] test: update URL for reference files --- data/download_test_files.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/download_test_files.py b/data/download_test_files.py index c3f6ad98..79b1cf92 100644 --- a/data/download_test_files.py +++ b/data/download_test_files.py @@ -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 ), ]