Skip to content

Commit

Permalink
CC
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Dec 4, 2023
1 parent 4111cc8 commit b6b1ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/events/eventmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def consolidate_events(self, opt, gwstrain=None):

if opt.injection_window and hasattr(gwstrain, 'injections'):
logger.info("Keeping triggers within %s seconds of injection",
opt.injection_window)
opt.injection_window)
self.keep_near_injection(opt.injection_window,
gwstrain.injections)
logger.info("%d remaining triggers", len(self.events))
Expand Down

0 comments on commit b6b1ba7

Please sign in to comment.