Skip to content

Commit

Permalink
Merge pull request #77 from nugraph/bugfix/dune-test
Browse files Browse the repository at this point in the history
update dune testfile location
  • Loading branch information
vhewes authored Jun 11, 2024
2 parents 42cd272 + 0a1b245 commit 047c9c4
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 047c9c4

Please # to comment.