Skip to content

Commit

Permalink
Update src/pineko/check.py
Browse files Browse the repository at this point in the history
Co-authored-by: Giacomo Magni <[email protected]>
  • Loading branch information
andreab1997 and giacomomagni authored Oct 18, 2023
1 parent f5cec44 commit 115b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def is_fonll_mixed(fns, lumi):
"""
if not is_dis(lumi):
return False
mixed_FONLL_fns = ["FONLL-B", "FONLL-D", "FONLL-F"]
mixed_FONLL_fns = ["FONLL-B", "FONLL-D"]
if fns in mixed_FONLL_fns:
return True
return False
Expand Down

0 comments on commit 115b820

Please sign in to comment.