Skip to content

Commit

Permalink
Fixed small bug, trying to pass doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobychev committed Aug 28, 2023
1 parent ac410a9 commit 15588cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/irf/irf_classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class EventPreProcessor(QualityQuery):
"used when processing input with names differing from the CTA prod5b format"
"Ex: [('valid_geom','HillasReconstructor_is_valid')]",
default_value=[],
)
).tag(config=True)

def normalise_column_names(self, events):
keep_columns = [
Expand Down

0 comments on commit 15588cd

Please sign in to comment.