Skip to content

Commit 14831e8

Browse files
committed
move DARK instantiation
1 parent 8096569 commit 14831e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
simclasses,
2020
) # pyright: reportMissingImports=false
2121

22-
DARK = dataclasses.I3Particle.ParticleShape.Dark
22+
DARK = dataclasses.I3Particle.ParticleShape.Dark
2323

2424

2525
class I3Calorimetry(I3Extractor):

0 commit comments

Comments
 (0)