Skip to content

Commit

Permalink
Update src/pineko/check.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
andreab1997 and felixhekhorn authored Sep 21, 2023
1 parent 6de60e0 commit 4a44d08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pineko/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ def is_fonll_b(fns, lumi):

def issimFONLL(FNS):
"""Check if the FNS is a simFONLL FNS."""
if FNS in ["FONLL-FFNS", "FONLL-FFN0"]:
return True
return False
return FNS in ["FONLL-FFNS", "FONLL-FFN0"]


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

0 comments on commit 4a44d08

Please sign in to comment.