-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Not all preprocessing figures are printed when multiple task and parfor and terminal #1208
Comments
do you have code snippet of this one? your parfor loop iterates over tasks? also what do you mean from the terminal? you use the bidspm python based CLI or just call matlab from the terminal to run your script? |
also not sure how easy it will to debug this one: parfor leads to a whole world of problems I am not sure I feel like I want to get into |
Hey thanks for you answer, I do not have snippet right now and you are right I was not clear. Parfor is across subject. My idea is that the figure is first printed in the By "from the terminal" I mean I run matlab from the terminal. Yes parfor is the devil, so no worries. There is no rush atm. I open issues as report and most of the time I find solutions and workaround my self. If I am really stuck I ping on discord ;) Let me know though if you need more info or help to debug. |
Hi there, getting back to this issue. The problem perists also while running two instances of matlab and running preproc over two task into two different matlab sessions. I believe the problem is that spm saves figure in a folder (in my case is the code folder) with a name like eg A work around could be that these figs with spm like name are saved in specific subj folder or renamed right after. WDYT? |
maybe adding a step in the batch to move the figures? |
Yes it could be a solution, LMK if you need more info/help |
Is there an existing issue for this?
Operating system
Operating system version
SPM 12 version
Platform
Platform version
bidspm version
v3.1.0
bidspm branch / commit number
No response
Expected Behavior
No response
BIDS stats model
No response
Current Behavior & Error message
Quick and dirty report, I can expand later
Running preproc in the terminal one task after the other with
parfor
but only 1 subject at the time. The second task run does not have realign figures printed, first task all in order.Anything else?
No response
The text was updated successfully, but these errors were encountered: