[minor] one min/max key was forgotten in previous commit
This commit is contained in:
parent
b10432f3bf
commit
f1cd250cb1
@ -454,6 +454,8 @@ defaults = {'rootpath': {'type': str,
|
|||||||
'jackfactor': {'type': float,
|
'jackfactor': {'type': float,
|
||||||
'tooltip': 'pick is removed if the variance of the subgroup with the pick removed is larger than the mean variance of all subgroups times safety factor',
|
'tooltip': 'pick is removed if the variance of the subgroup with the pick removed is larger than the mean variance of all subgroups times safety factor',
|
||||||
'value': 5.0,
|
'value': 5.0,
|
||||||
|
'min:': 0.,
|
||||||
|
'max': np.inf,
|
||||||
'namestring': 'Jackknife safety factor'},
|
'namestring': 'Jackknife safety factor'},
|
||||||
|
|
||||||
'WAscaling': {'type': (float, float, float),
|
'WAscaling': {'type': (float, float, float),
|
||||||
|
Loading…
Reference in New Issue
Block a user