jancami / edibles

Software for EDIBLES and LIPS data analysis.
MIT License
7 stars 11 forks source link

IS_benchmarks #251

Open Jack-Rawlinson opened 1 year ago

Jack-Rawlinson commented 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'

Description

Expected behavior

Actual behavior

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]
# Put your Python code snippet here.

System Details

alex-ebi commented 1 year ago

I think that is a problem with the example code parameters. known_n_components is 5, but i only see two RV components

alex-ebi commented 1 year ago

this example is also broken for Python 3.7. I don't see a point in fixing this