Skip to content

Commit

Permalink
undo last commit - why does this fail locally?
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Jul 26, 2023
1 parent e18a0ff commit c0fea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yadism/coefficient_functions/heavy/f2_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def dq(z, _args):
return 0.0
# TODO move this hack into LeProHQ
eta = self._eta(z)
eta = min(eta, 1e5)
eta = min(eta, 1e9)
r = (
self._FHprefactor
/ z
Expand Down

0 comments on commit c0fea25

Please sign in to comment.