-
Notifications
You must be signed in to change notification settings - Fork 10
SnPM crashes when repeating a run launched from the batch editor #34
Copy link
Copy link
Closed
Description
I stumbled into the following problem when trying to create the test for RapidPT (https://github.com/nicholst/SnPM-devel/pull/28). After doing some runs with snpm I get the following output:
The run took 0.07 minutes
Correct Perm has max t 29.677 & rank 1 out of 3432 completed permutations
Run snpm_pp for full results
Done 'Compute'
The following modules did not run:
Failed: 2 Groups: Two Sample T test; 1 scan per subject
So it seems that snpm is able to finish the computation but throws an error at the end. To replicate the error follow these steps:
- Get latest SnPM-devel/master.
- Launch spm.
- Open the batch editor.
- Choose spm->tools->SnPM->specify 2 groups two samp t test
- Pick your analysis dir, scans, and number of permutations (I chose 7 scans for each group from the SnPM_test_data and 3000 perms).
- Run to generate the cfg file.
- Choose spm->tools->SnPM->Compute and pick the generated config file.
- Run
Up to this point Snpm work normally. Now after the run:
- Go back to the batch editor and change the number of permutations (I changed it to 3100)
- Re-run
Here snpm will run normally and fail after it finishes the computation.
Hopefully it is an easy error to replicate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels