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
Because of this, if slicer object is passed and some other method needs to be called, we need to reload the tasks first and then call another method which uses the original loaded tasks. It'll be good if slicer keeps the original tasks in native form and creates temporary modified tasks when required.
The text was updated successfully, but these errors were encountered:
Based on the current design, after some of the methods, slicer modifies the tasks, for e.x.:
https://github.com/sagarjauhari/eeg_mining/blob/pipeline/slicer.py#L65
Because of this, if slicer object is passed and some other method needs to be called, we need to reload the tasks first and then call another method which uses the original loaded tasks. It'll be good if slicer keeps the original tasks in native form and creates temporary modified tasks when required.
The text was updated successfully, but these errors were encountered: