Skip to content

Commit

Permalink
Update src/yadmark/benchmark/external/apfelpy_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giacomo Magni <[email protected]>
  • Loading branch information
Radonirinaunimi and giacomomagni authored Jun 17, 2024
1 parent 4fb2004 commit 64e09f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yadmark/benchmark/external/apfelpy_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def tabulate_nc(ap, obs_name, sfobj, nq, qmin, qmax, thrs):
elif "bottom" in obs_name:
tab_sf = ap.TabulateObjectD(sfobj[5].Evaluate, nq, qmin, qmax, 3, thrs)
else:
raise ValueError(f"'(total, light, charm, botton)' not found in {obs_name}!")
raise ValueError(f"'(total, light, charm, bottom)' not found in {obs_name}!")
return tab_sf


Expand Down

0 comments on commit 64e09f7

Please sign in to comment.