jancami / edibles

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

edibles_workshop example #249

Closed AlexRomanec closed 1 year ago

AlexRomanec commented 1 year ago

The following error is given when trying to run the edibles_workshop example

File ~\edibles\examples\edibles_workshop.py:92 out = sightline.model.eval(data=sp.flux, params=sightline.result.params, x=sp.wave)

AttributeError: 'Sightline' object has no attribute 'model'

alex-ebi commented 1 year ago

Should be fixed now, the correct attribute was complete_model instead of model. I pushed the fix on 'new_python' branch