Skip to content

Commit

Permalink
Removing unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
achiefa committed Oct 11, 2024
1 parent 6b71fae commit 65256c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions n3fit/src/n3fit/scripts/vp_setupfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ def from_yaml(cls, o, *args, **kwargs):
SETUPFIT_FIXED_CONFIG['actions_'].append('fiatlux check_additional_errors')
if file_content.get('positivity_bound') is not None:
SETUPFIT_FIXED_CONFIG['actions_'].append('positivity_bound check_unpolarized_bc')
if (sam_t0 := file_content.get('sampling')) is not None:
SETUPFIT_FIXED_CONFIG['separate_multiplicative'] = sam_t0.get(
'separate_multiplicative', False
)
for k, v in SETUPFIT_DEFAULTS.items():
file_content.setdefault(k, v)

Expand Down

0 comments on commit 65256c1

Please sign in to comment.