Skip to content

Consider what to do about fmri/spm code #166

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

Open
matthew-brett opened this issue May 18, 2012 · 2 comments
Open

Consider what to do about fmri/spm code #166

matthew-brett opened this issue May 18, 2012 · 2 comments

Comments

@matthew-brett
Copy link
Member

Bertrand noticed that the code in nipy/modalities/fmri/spm had no tests and suggested it could be deleted:

#157

However, there appears to be some useful code in there. In particular it may be useful to compare other algorithms to SPM, and JB tells me the ReML algorithm is pleasantly easy to follow.

We should review this code, at very least add tests, consider removing code that won't be used, and perhaps refactor the rest into other places in the codebase.

@satra
Copy link
Member

satra commented May 18, 2012

if code is lying around and not being used anywhere else in the library and is not part of the api, remove it (this is git - you can always get back to it if needed). also given that the most useful aspect here is reml, that should be moved to a more aptly named place - reml is an algorithm and has nothing to do with spm per se except they use it. it should really be part of scipy or statsmodels.

@GaelVaroquaux
Copy link
Member

+1 for moving ReML, and removing the rest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants