-
Notifications
You must be signed in to change notification settings - Fork 259
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
1 test fails: AssertionError: assert ['second', 'first'] == ['first', 'second'] #1375
Comments
The first looks like a race condition for a test suite written before parallelizing tests. Should be straightforward. The second is a bit weirder... Will have a look tomorrow. |
Okay, I really don't understand the second one. We have: nibabel/nibabel/tests/test_ecat.py Lines 180 to 187 in 3b1c7b3
When we Lines 1016 to 1018 in 3b1c7b3
We call: nibabel/nibabel/filebasedimages.py Lines 247 to 250 in 3b1c7b3
which calls: nibabel/nibabel/filebasedimages.py Lines 256 to 289 in 3b1c7b3
The only place I see to change the filename is here: nibabel/nibabel/filename_parser.py Lines 116 to 118 in 3b1c7b3
Would you mind adding a (Pdb) from pprint import pprint
(Pdb) pprint(vars()) |
I've addressed the first issue. If you can provide more information on the second issue, please open a new issue referencing this one. |
Version: 5.3.0
Python-3.11
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: