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
This is merely a convenience feature, but it is a nice check. @jscheeler1 was very confused because his splines were failing, but the base problem was actually an all nan channel.
The text was updated successfully, but these errors were encountered:
A better solution is to check that the channel is not exclusively composed of a single value. I think one way to check this would be to raise an error if np.unique(chan[:]).size > 1 is not true.
This is merely a convenience feature, but it is a nice check.
@jscheeler1 was very confused because his splines were failing, but the base problem was actually an all nan channel.
The text was updated successfully, but these errors were encountered: