Skip to content

Commit

Permalink
code factor
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMantani committed Nov 28, 2024
1 parent 546e40e commit 8d64160
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/smefit/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ def check_missing_operators(loaded_corrections, coeff_config):
if missing_operators != []:
raise ValueError(
f"{missing_operators} not in the theory. Comment it out in setup script and restart."
f"In case a cutoff was applied, the operator(s) {missing_operators} did not survive the mask. "
"In case a cutoff was applied"
f"the operator(s) {missing_operators} did not survive the mask."
)


Expand Down Expand Up @@ -130,7 +131,8 @@ def __init__(

def apply_cutoff_mask(self, cutoff_scale):
"""
Updates previously loaded theory and datasets by filtering out points with scales above the cutoff scale
Updates previously loaded theory and datasets by filtering out
points with scales above the cutoff scale
Parameters
----------
Expand Down

0 comments on commit 8d64160

Please sign in to comment.