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
ERPparamGroup().get_ERPparam().plot() errors when there was no model fit for that ERP, returns plot of raw data and peak-less model fit, but errors in ERPparam/plts/model.py:
in plot_ERPparam(model,ax, y_label)
line 42 ax.scatter(model.time[model.peak_indices_[:,1]], model.signal[model.peak_indices_[:,1]], color='r', label='Peak fit')
yields IndexError: too many indices for array
ERPparamGroup().get_ERPparam() also erroring on random other trials-- don't understand why (example trial attached) erroring.zip
ERPparamGroup().get_ERPparam().plot()
errors when there was no model fit for that ERP, returns plot of raw data and peak-less model fit, but errors in ERPparam/plts/model.py:in
plot_ERPparam(model,ax, y_label)
line 42
ax.scatter(model.time[model.peak_indices_[:,1]], model.signal[model.peak_indices_[:,1]], color='r', label='Peak fit')
yields
IndexError: too many indices for array
ERPparamGroup().get_ERPparam()
also erroring on random other trials-- don't understand why (example trial attached)erroring.zip
yields:
The text was updated successfully, but these errors were encountered: