Chris Markiewicz
Chris Markiewicz
Ah, I misread. We can try adding the [``](https://www.w3schools.com/tags/att_img_loading.asp) attribute, which is supported in everything but Safari. Testing in Chrome and Firefox (via `python -m http.server` so I can see...
@Lestropie https://github.com/nipreps/fmriprep/blob/6ba165e55f32de306fa0e093174fdc41e25c4ecd/.circleci/config.yml#L457-L469
Can you please update to the latest release in the series (20.2.6)? I believe this has been fixed.
Also note that because `run` is an index, zero padding will be lost.
What version? IIRC we did make some changes so that only entities that are combined across are removed, but I don't recall which version.
Your bold-T1w degrees of freedom is 12, which is very rarely needed. It looks like you're seeing scaling issues, as your BOLD is significantly smaller than your T1w. I would...
What version of nibabel? `nibabel.load` should handle `pathlib.Path`s as of 3.0.
Looks like the problem is that test in nipype assumes nibabel 3+, but nipype's [minimum nibabel is 2.1](https://github.com/nipy/nipype/blob/1.6.0/nipype/info.py#L101). @satra @oesteban Which seems more worthwhile, updating the minimum nibabel, or guarding...
Going to move this to nipype, since it is a dependency issue there. There is nothing to do in nibabel, since there is no plan to backport Path support to...
3.0 is only a year old. But I suppose if somebody can upgrade to nipype 1.6+, they can upgrade to nibabel 3.0+.