Skip to content

Commit d62100f

Browse files
committed
fix typo: EventProprties ->EventProperties
1 parent 5fe7f9f commit d62100f

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)