Skip to content

Commit

Permalink
Restore check
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Jan 9, 2024
1 parent eb0004c commit ecec6f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eko/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def uplike_flavors(nf):
nu : int
"""
if nf > 6:
raise NotImplementedError("Selected nf is not implemented")
nu = nf // 2
return nu

Expand Down

0 comments on commit ecec6f1

Please sign in to comment.