Skip to content

Commit

Permalink
split glass combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Jun 28, 2024
1 parent b805d45 commit 81f512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msaexp/slit_combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def split_visit_groups(
test_field |= (split_uncover == 16)

if test_field:
msg = "split_visit_groups: split sub groups (uncover, glass, bluejay)"
msg = "split_visit_groups: split sub groups (uncover, glass, bluejay) "
msg += f"{k} N={un[k].sum()}"
utils.log_comment(utils.LOGFILE, msg, verbose=VERBOSE_LOG)

Expand Down

0 comments on commit 81f512f

Please sign in to comment.