You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting. I confirm the bug, this is a leftover from a conversion of spectrum as a direct Parameter to it being a Model that has a parameter. The former one behaves like an array, so @ works, while the latter one doesn't.
When running the notebook wavelet_model.ipynb, I get this error in the very last cell when computing the scalar product:
TypeError: unsupported operand type(s) for @: 'TabulatedSpectrum' and 'TabulatedSpectrum'
The offending line is:
Workaround: use spectrum.get_model() and spectrum_.get_model() instead of spectrum and spectrum_
The text was updated successfully, but these errors were encountered: