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
By implementing broadcastable(::Samples) we can avoid having to use Ref when using Samples during a broadcast operation (e.g. channel.(Ref(eeg), rows)).
The text was updated successfully, but these errors were encountered:
Don't we only avoid needing to use Ref if we define Samples to broadcast as a scalar? I think I would find it surprising as a user for it to broadcast as a scalar; I think I'd expect it'd broadcast like the type of its data field.
By implementing
broadcastable(::Samples)
we can avoid having to useRef
when usingSamples
during a broadcast operation (e.g.channel.(Ref(eeg), rows)
).The text was updated successfully, but these errors were encountered: