Skip to content

Commit 98d432e

Browse files
committed
rename file
1 parent bdc2b49 commit 98d432e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""Collection of I3Extractors, extracting pure-python data from I3Frames."""
22

33
from .i3extractor import I3Extractor
4-
from .i3featureextractor import (
4+
from .i3pulselevelextractor import (
5+
I3FeatureExtractor,
56
I3PulseLevelExtractor,
67
I3FeatureExtractorIceCube86,
78
I3FeatureExtractorIceCubeDeepCore,

src/graphnet/data/extractors/icecube/i3featureextractor.py renamed to src/graphnet/data/extractors/icecube/i3pulselevelextractor.py

File renamed without changes.

0 commit comments

Comments
 (0)