Skip to content

Commit

Permalink
Remove old todo
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasBeiske committed Oct 18, 2024
1 parent 5d3a0fb commit 62dd84c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ctapipe/tools/make_irf.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ def _make_benchmark_hdus(self, hdus):
def start(self):
reduced_events = dict()
for sel in self.particles:
# TODO: not very elegant to pass them this way, refactor later
if sel.epp.quality_criteria != self.opt_result.precuts.quality_criteria:
self.log.warning(
"Precuts are different from precuts used for calculating "
Expand Down

0 comments on commit 62dd84c

Please sign in to comment.