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
implement a way to "force" copy without getting caught into an infinite loop
The way dependencies are indexed, they reference each other ( fileA_events.tsv <--> fileA_bold.nii).
When using "force copy" and "do not skip dependencies", this leads to an infinite loop of copying.
At the moment I circumvented the problem by preventing to copy dependencies of dependencies: but this might be suboptimal as when copying func file, it might not copy all the necessary fmap for example.
The way dependencies are indexed, they reference each other (
fileA_events.tsv
<-->fileA_bold.nii
).When using "force copy" and "do not skip dependencies", this leads to an infinite loop of copying.
At the moment I circumvented the problem by preventing to copy dependencies of dependencies: but this might be suboptimal as when copying func file, it might not copy all the necessary
fmap
for example.Originally posted by @Remi-Gau in #207 (comment)
The text was updated successfully, but these errors were encountered: