Open Jack-Rawlinson opened 1 year ago
Traceback (most recent call last):
File ~.conda\lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec exec(code, globals, locals)
File c:\users\user\edibles\examples\is_benchmarks.py:47 pars = singe_component.make_params(b_Cloud0=fit_result.params["b_Cloud%i" % (i)].value,
KeyError: 'b_Cloud1'
# Put your Python code snippet here.
I think that is a problem with the example code parameters. known_n_components is 5, but i only see two RV components
this example is also broken for Python 3.7. I don't see a point in fixing this
Traceback (most recent call last):
File ~.conda\lib\site-packages\spyder_kernels\py3compat.py:356 in compat_exec exec(code, globals, locals)
File c:\users\user\edibles\examples\is_benchmarks.py:47 pars = singe_component.make_params(b_Cloud0=fit_result.params["b_Cloud%i" % (i)].value,
KeyError: 'b_Cloud1'
Description
Expected behavior
Actual behavior
Steps to Reproduce
System Details