Skip to content

Commit

Permalink
code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Nov 17, 2023
1 parent 0ff234e commit f59d475
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/graphnet/data/extractors/i3featureextractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ def _parse_awtd_flag(
https://github.com/icecube/icetray/issues/2721 Note that the issue
states to use 8ns, but I have found that actually 6ns is correct.
"""
# Use pulse width to check whether a pulse is (a) FADC-only, or includes ATWD (and probably also FADC)
# Use pulse width to check whether a pulse is
# (a) FADC-only, or
# includes ATWD (and probably also FADC)
return pulse.width < (fadc_min_width_ns * icetray.I3Units.ns)


Expand Down

0 comments on commit f59d475

Please sign in to comment.