-
Notifications
You must be signed in to change notification settings - Fork 66
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
Several examples fail because of glm reporter wrong input #318
Comments
Another bug related to glm reporter plagues the examples running :
such as easy_start/easy_start/nipype_preproc_spm_auditory.py It apparently comes from contrasts/zmaps/design_matrixes input format that has to be carefully chosen, as in : https://github.com/kchawla-pi/nistats/blob/glm-reporter-attempt2/examples/06_glm_reporter/02_first_level_models/report_fiac_analysis.py
|
Related to #287 |
The code is simple :
But for some reason sd is of the wrong type :
More generally, @kchawla-pi is working on cleaning the glm reporter code for nistats especially the types of input needed. Maybe we should wait until he's finished and build on that
The text was updated successfully, but these errors were encountered: