From 0a1b24518ca5b91ba348a461c8bd7209f27abd97 Mon Sep 17 00:00:00 2001 From: v hewes Date: Tue, 11 Jun 2024 17:44:27 -0400 Subject: [PATCH] update dune testfile location --- tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_process.py b/tests/test_process.py index b7fcc08..4fe16a0 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -23,7 +23,7 @@ def test_process_uboone(): def test_process_dune_nutau(): """Test graph processing with DUNE beam nutau dataset""" - f = pynuml.io.File("/raid/nugraph/dune-nutau/NeutrinoML_r00140_s00000_ts814031.h5") + f = pynuml.io.File("/raid/nugraph/dune-nutau/test.evt.h5") processor = pynuml.process.HitGraphProducer( file=f, semantic_labeller=pynuml.labels.StandardLabels(),