Skip to content

Commit

Permalink
Update src/pineko/check.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <[email protected]>
  • Loading branch information
andreab1997 and RoyStegeman authored Oct 23, 2023
1 parent b37cb54 commit e35a95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pineko/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ def is_fonll_mixed(fns, lumi):
return False


def is_num_fonll(FNS):
def is_num_fonll(fns):
"""Check if the FNS is a nFONLL FNS."""
return FNS in ["FONLL-FFNS", "FONLL-FFN0"]
return fns in ["FONLL-FFNS", "FONLL-FFN0"]


def orders(grid, max_as, max_al) -> list:
Expand Down

0 comments on commit e35a95f

Please sign in to comment.