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
As written, the v0.5 of _prepare_continuous_data return a path called something like /data/TASK_NAME/S00_STEPNAME/session_N
instead of /data/TASK_NAME/S00_STEPNAME/continuous_data/session_N
As written, the v0.5 of _prepare_continuous_data return a path called something like
/data/TASK_NAME/S00_STEPNAME/session_N
instead of
/data/TASK_NAME/S00_STEPNAME/continuous_data/session_N
The problem is here:
autopilot/autopilot/data/subject.py
Line 787 in 04b5968
The node is correctly created but the wrong path is returned (and then sent to
_data_thread
, causing problems).For an example of a fix, see here: https://github.com/Rodgers-PAC-Lab/autopilot/blob/20decc5168ba2613f973a4c044101542dee47879/autopilot/data/subject.py#L820
The text was updated successfully, but these errors were encountered: