Skip to content

Commit

Permalink
add extractors to init
Browse files Browse the repository at this point in the history
  • Loading branch information
Aske-Rosted committed Dec 17, 2024
1 parent 77cb06b commit 25ce118
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/graphnet/data/extractors/icecube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
from .i3pisaextractor import I3PISAExtractor
from .i3ntmuonlabelsextractor import I3NTMuonLabelExtractor
from .i3quesoextractor import I3QUESOExtractor
from .i3dictvalueextractor import I3DictValueExtractor
from .i3filtermapextractor import I3FilterMapExtractor
from .i3mclabeler import I3MCLabelerExtractor
from .i3highesteparticleextractor import I3HighestEparticleExtractor
from .i3totaleextractor import I3TotalEExtractor
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import numpy as np


class HigestEparticleExtractor(I3Extractor):
class I3HighestEparticleExtractor(I3Extractor):
"""Extract the highest energy particle in the event."""

def __init__(
Expand Down

0 comments on commit 25ce118

Please sign in to comment.