From 35669ead1653c14543fcd5a104a7891cc7326c48 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Tue, 26 Nov 2024 14:21:27 -0500 Subject: [PATCH] Change offload output file extension to .hepmc3 --- .github/workflows/celeritas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/celeritas.json b/.github/workflows/celeritas.json index 6fd148f63..84bcee5b4 100644 --- a/.github/workflows/celeritas.json +++ b/.github/workflows/celeritas.json @@ -3,7 +3,7 @@ "event_file": "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.hepmc", "output_file": "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.json", "offload_output_file": - "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.offloaded.hepmc", + "pythia8NCDIS_5x41_minQ2=1_beamEffects_xAngle=-0.025_hiDiv_1_20ev.offloaded.hepmc3", "num_track_slots": 1024, "initializer_capacity": 32768, "secondary_stack_factor": 2,