Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Nov 14, 2024
1 parent d0b9188 commit e94f666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbw/production/weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def event_weights_to_normalize(self: Producer, events: ak.Array, results: Select
events = self[pdf_weights](
events,
outlier_threshold=0.99,
outlier_action="remove", #NOTE: change to "remove"?
outlier_action="remove",
outlier_log_mode="warning",
**kwargs,
)
Expand Down

0 comments on commit e94f666

Please sign in to comment.