Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myamamoto26 committed Mar 17, 2023
1 parent 95d37d8 commit 0c4f210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion des_y6utils/mdet.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def _make_mdet_cuts_v3(d, verbose=False):

return msk


def _make_mdet_cuts_v4(d, verbose=False):

msk = _make_mdet_cuts_raw_v34(
Expand Down Expand Up @@ -494,4 +495,4 @@ def _make_mdet_cuts_raw_v34(
if verbose:
print("did mdet cuts", np.sum(msk))

return msk
return msk

0 comments on commit 0c4f210

Please sign in to comment.