Skip to content

Commit 08954f6

Browse files
committed
# noqa: C901 on highest_energy_starting
1 parent 049f599 commit 08954f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ wrap-descriptions = 79
2929

3030
[mypy]
3131
ignore_missing_imports = True
32+
python_version = 3.11

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def highest_energy_track(
401401

402402
return particle, EonEntrance, distance, visible_length, containment
403403

404-
def highest_energy_starting(
404+
def highest_energy_starting( # noqa: C901
405405
self,
406406
frame: "icetray.I3Frame",
407407
min_e: float = 0,

0 commit comments

Comments
 (0)