You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge remote-tracking branch 'upstream/master' into enh/cifti2
* upstream/master:
DOC: change notation, add intermediate logic
Address more comments.
Format string {} not allowed in Python 2.6
Test case and more complete fix for missing variable values.
Address more comments, add a test case for 4d float64 data.
Fix overly long line.
Test some MINC 1 and MINC 2 edge cases.
Address comments.
Address comments.
BF: back out unnecessary change.
BF: Some NetCDF variables have no data allocated - they end up having a shape with a single element set to zero. Assigning an _empty_ shape triggers an exception in this case. We now harmlessly avoid the assignment in these cases.
BF: use correct defaults for step in get_zooms().
BF: use correct defaults for start and step.
BF: Correctly use data type's inherent range if the valid_range attribute is missing.
BF: never more dimension names than the variable actually has. It is possible (though incorrect) that the dimorder can be set on a scalar image-min, e.g. This fix avoids triggering an error on these (arguably malformed) files.
RF+TST: allow dtype specifiers as fileslice input
DOC: add advice for citing nibabel
0 commit comments