Results 11 comments of PindongChen

> Likely a memmap issue. Does adding mmap=False to the load work? ``` test = nib.load('ststr.nii',mmap=False) test.uncache() test.to_filename('ststr.nii') ``` I just used this codes to test the error, but there...

After my testing, I ensure that it is just in the Jupyter

I found that the core problem is that I just used the trained ICA-FIX file from FSL, which used an old version of 'party'. Do you know if other trained...

Unfornately, I don't known either. I just replce the ICA-FIX program inside micapipe by my edited version when I run the singularity image. Hope some people know. Thank you.

Sorry for the late reply. First I convert the singularity img to sandbox. Then I run the sandbox and reinstall the package related to ICA-FIX in R. ``` install.packages("/opt/randomForest_4.6-12.tar.gz", repos...

wow, thank for your kindly help~ I noticed that there are some one used the transform matrix to adjust the sequence of lambdas. So, in fact, these method is not...