Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Oct 6, 2022
1 parent 4c7f560 commit c0e2fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stcal/jump/jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,14 +369,14 @@ def flag_large_events(gdq, jump_flag, sat_flag, min_sat_area=1,
if np.all(np.array(n_showers_grp_ellipse) == 0):
log.info(f'No showers found in integration {integration}.')
else:
log.info(f' In integration {integration}, number of' +
log.info(f' In integration {integration}, number of' +
f'showers in each group = {n_showers_grp_ellipse}')
else:
if np.all(np.array(n_showers_grp) == 0):
log.info(f'No snowballs found in integration {integration}.')
else:
log.info(f' In integration {integration}, number of snowballs ' +
f'in each group = {n_showers_grp}')
f'in each group = {n_showers_grp}')


def extend_snowballs(plane, snowballs, sat_flag, jump_flag, expansion=1.5):
Expand Down

0 comments on commit c0e2fae

Please sign in to comment.