Skip to content

Commit

Permalink
update dune testfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
vhewes committed Jun 11, 2024
1 parent 42cd272 commit 0a1b245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 0a1b245

Please # to comment.