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
Hello! I am currently working on a feature to drop Epoch based on callables in #12195, and thought it would be a nice feature to be able to see which Epochs would be dropped (since you may have complicated callables) if preload=False in the Epochs constructor.
Describe your proposed implementation
I think this could be implemented by displaying the rejected epochs instead of dropping them when plotting. For instance:
Describe the new feature or enhancement
Hello! I am currently working on a feature to drop Epoch based on callables in #12195, and thought it would be a nice feature to be able to see which Epochs would be dropped (since you may have complicated callables) if preload=False in the Epochs constructor.
Describe your proposed implementation
I think this could be implemented by displaying the rejected epochs instead of dropping them when plotting. For instance:
Hypothetical output (Epochs in red will be dropped):
Describe possible alternatives
Maybe instead of this method. I can add another parameter, but I think this is too complicated.
Additional context
No response
The text was updated successfully, but these errors were encountered: