-
Notifications
You must be signed in to change notification settings - Fork 261
doctest AFNIHeader.get_data_scaling fails if ran "alone" #784
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
Comments
Looks like this isn't being used by nose in that case: Lines 39 to 47 in 935079b
|
eh, I see. Shouldn't there be a |
Probably, although is there any case where this would matter? |
here or whenever I would invoke tests somehow in the existing python session? -- it changes formatting an doesn't change it back -- side effect. |
Fair enough. Let me know what you think of #785. |
originally reported in #782 but has nothing to do with the endianess, so filing separately
when I ran the full sweep using
python -m nose -s -v --with-doctest nibabel 2>&1 | tee tests.log
that doctest was reported as passed:but when I run only the doctest - it fails
that is numpy 1.16.2 . Happens to me also on my laptop (regular little endian amd64) with the same numpy
The text was updated successfully, but these errors were encountered: