Skip to content

Commit

Permalink
add space for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondet authored Apr 26, 2024
1 parent 874fafd commit 125c3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygama/pargen/AoE_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ def get_aoe_cut_fit(
)

valid_fits = self.cut_fits.query(
f'sf_err<{(1.5 * np.nanpercentile(self.cut_fits["sf_err"],85))}&sf_err==sf_err'
f'sf_err<{(1.5 * np.nanpercentile(self.cut_fits["sf_err"], 85))}&sf_err==sf_err'
)

c = cost.LeastSquares(
Expand Down

0 comments on commit 125c3ae

Please sign in to comment.