Closed yurivict closed 1 month ago
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:
ecat_file
is evidently '/usr/ports/science/py-nibabel/work-py311/nibabel-5.3.0/nibabel/tests/data/tinypet.v'
.
When we load()
:
We call:
which calls:
The only place I see to change the filename is here:
Would you mind adding a breakpoint()
after that line, running tox -e py311-x64-none -- tests/test_ecat.py -k test_file
and then
(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