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
It should be possible to fit a synthesizer multiple times. Each time, the synthesizer will completely reset and refit on the data that is provided. Currently, the code crashes if I try to run the method fit_processed_data multiple times.
Interestingly, it works ok if I call fit multiple times.
Environment Details
Error Description
It should be possible to fit a synthesizer multiple times. Each time, the synthesizer will completely reset and refit on the data that is provided. Currently, the code crashes if I try to run the method
fit_processed_data
multiple times.Interestingly, it works ok if I call
fit
multiple times.Steps to reproduce
Output
Full Stack Trace
The text was updated successfully, but these errors were encountered: