Jakub Szewczyk
Jakub Szewczyk
### Summary I can't get Matlab/SPM to work properly. Matlab's run script throws a runtime when calling `spm.Info.name()`. ### Actual behavior Calling `spm.Info.name()` throws an error. `mlab.run().runtime.stderr` (in nipype.interfaces/spm/base.py) returns:...
This is not strictly a bug but I believe Nilearn could more efficiently compute GLMs by restricting itself to the provided mask. I use Nilearn version: 0.10.0 ### Specific example:...
At present `drop_incomplete_segments()` drops the segment if any channel is NA. It would be useful to have a parameter to remove segments only if all channels are NA. so the...