[minor] one min/max key was forgotten in previous commit

This commit is contained in:
Darius Arnold 2017-10-05 18:25:00 +02:00
parent b10432f3bf
commit f1cd250cb1

View File

@ -454,6 +454,8 @@ defaults = {'rootpath': {'type': str,
'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',
'value': 5.0,
'min:': 0.,
'max': np.inf,
'namestring': 'Jackknife safety factor'},
'WAscaling': {'type': (float, float, float),