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
Hey guys, quickly wanted to report that with Matlab 2024a and Python 3.11.5 I get the following error. With Matlab 2023a and Python 3.8.2 it runs smoothly, so I can stay with the older Matlab version for now. Still thought it would be good to figure out what the problem is (never saw this kind of error).
Error using py.fooof.objs.fit.FOOOF/get_results
Same base class matlab.mixin.internal.indexing.Paren specified more than once for class py.fooof.data.data.FOOOFResults. Specify each base class
only once.
Error in fooof (line 59)
fooof_results = fm.get_results();
Error in fooof_example_plot_model (line 25)
fooof_results = fooof(freqs, psd, f_range, settings, true);
The text was updated successfully, but these errors were encountered:
Hey guys, quickly wanted to report that with Matlab 2024a and Python 3.11.5 I get the following error. With Matlab 2023a and Python 3.8.2 it runs smoothly, so I can stay with the older Matlab version for now. Still thought it would be good to figure out what the problem is (never saw this kind of error).
The text was updated successfully, but these errors were encountered: