Skip to content

Commit 5465e24

Browse files
authored
Merge branch 'graphnet-team:main' into I3HEP_updates
2 parents 08d5f4d + ad36dc6 commit 5465e24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graphnet/data/extractors/icecube/i3truthextractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def _find_data_type(
515515
sim_type = "genie"
516516
elif "noise" in input_file:
517517
sim_type = "noise"
518-
elif frame.Has("EventProprties") or frame.Has(
518+
elif frame.Has("EventProperties") or frame.Has(
519519
"LeptonInjectorProperties"
520520
):
521521
sim_type = "LeptonInjector"

0 commit comments

Comments
 (0)