Skip to content

Commit

Permalink
change N
Browse files Browse the repository at this point in the history
  • Loading branch information
t7phy committed Jun 17, 2024
1 parent 1c3c863 commit 07acb70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/banana/toy.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ class toyFF_unpolarized(MockPDF):
"""ToyFF from 1501.00494, Eqn. 3.3 and 3.4"""

def __init__(self):
N_v = 0.401
N_s = 0.094
N_g = 0.238
N_v = 0.0155073
N_s = 3.3705
N_g = 107.979

D_u = lambda x: N_v * x ** (-0.963) * (1 - x) ** 1.370
D_ub = lambda x: N_s * x**0.718 * (1 - x) ** 6.266
Expand Down

0 comments on commit 07acb70

Please sign in to comment.