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's something we do in MNE-BIDS-Pipeline during decoding, which we usually start at time point zero (as to omit the baseline). We crop the epochs and then concatenate epochs of different conditions before feeding them to the classifier.
I have now simply changed the order of doing things: first concat, then crop.
It's a viable workaround, but I believe not being able to concat if the baseline has been cropped is unintended behavior, hence a bug
Nothing urgent, but I think we should fix it if / when we have time
Description of the problem
concatenate_epochs()
refuses to operate on Epochs if their baseline period has been cropped away.Steps to reproduce
Link to data
No response
Expected results
Concatenation should work
Actual results
Additional information
–
The text was updated successfully, but these errors were encountered: