diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/functions.py b/lib/functions.py index c58db4f..24bbc98 100644 --- a/lib/functions.py +++ b/lib/functions.py @@ -408,7 +408,7 @@ class analytic: return 'np.sqrt({})'.format(ref_str) return 'analytic._{}({})'.format(function_type, ref_str) - def function_powerset(fit_results, parameter_names, num_args): + def function_powerset(fit_results, parameter_names, num_args = 0): """ Combine per-parameter regression results into a single multi-dimensional function. |