From c0de0bef41ba2d464f3262561d9a37497cb4c89b Mon Sep 17 00:00:00 2001 From: Henry Wallace <67589487+henry-wallace-phys@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:33:42 +0100 Subject: [PATCH] Attempt workflow with TDR V1 as V2 files seem to not work with action [note this will fail the event rates test] --- .github/workflows/EventRates.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/EventRates.yml b/.github/workflows/EventRates.yml index 82e0c7c..9a1b010 100644 --- a/.github/workflows/EventRates.yml +++ b/.github/workflows/EventRates.yml @@ -58,14 +58,14 @@ jobs: mkdir inputs/DUNE_spline_files inputs/DUNE_CAF_files ln -sf \ - /cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v2/DUNE_2021_FD_splines/* inputs/DUNE_spline_files + /cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v1/* inputs/ - ls inputs/DUNE_spline_files + # ls inputs/DUNE_spline_files - ln -sf \ - /cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v2/DUNE_2023_FD_CAFs/* inputs/DUNE_CAF_files + # ln -sf \ + # /cvmfs/dune.osgstorage.org/pnfs/fnal.gov/usr/dune/persistent/stash/MaCh3/inputs/TDR/v2/DUNE_2023_FD_CAFs/* inputs/DUNE_CAF_files - ls inputs/DUNE_CAF_files + # ls inputs/DUNE_CAF_files source ./bin/setup.MaCh3.sh source ./bin/setup.NuOscillator.sh