Skip to content

Commit f709249

Browse files
committed
Adjust format
1 parent 5299cf6 commit f709249

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

n3fit/src/n3fit/scripts/vp_setupfit.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22
"""
3-
setup-fit - prepare and apply data cuts before fit
4-
setup-fit constructs the fit [results] folder where data used by nnfit
5-
will be stored.
3+
setup-fit - prepare and apply data cuts before fit
4+
setup-fit constructs the fit [results] folder where data used by nnfit
5+
will be stored.
66
"""
77

88
# Implementation notes
@@ -191,6 +191,8 @@ def from_yaml(cls, o, *args, **kwargs):
191191
# Check positivity bound
192192
if file_content.get('positivity_bound') is not None:
193193
SETUPFIT_FIXED_CONFIG['actions_'].append('positivity_bound check_unpolarized_bc')
194+
195+
# Sets default values if they are not present in the runcard
194196
for k, v in SETUPFIT_DEFAULTS.items():
195197
file_content.setdefault(k, v)
196198

0 commit comments

Comments
 (0)