Don't drop bad epochs

Hi, is there any efficient way won’t drop bad epochs when doing mne.Epoch()

Sorry, my bad. I did something wrong during the procedure. Everything’s fine.

For future reference, if you want to avoid dropping bad epochs at creation with mne.Epochs, you have to pass the argument reject=None.

2 Likes