Closed yarikoptic closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.87%. Comparing base (
c5fa777
) to head (cd4bd5b
). Report is 24 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
eh, it isn't in 3.8 yet, so we have to craft python version specific adapter ...
now fails some other unrelated tests so must be something else (should be string instead of bytes?)
=========================== short test summary info ============================
FAILED algorithms/tests/test_CompCor.py::TestCompCor::test_compcor - ValueError: invalid fmt: b'%.10f'
FAILED algorithms/tests/test_CompCor.py::TestCompCor::test_compcor_variance_threshold_and_metadata - ValueError: invalid fmt: b'%.10f'
FAILED algorithms/tests/test_CompCor.py::TestCompCor::test_tcompcor - ValueError: invalid fmt: b'%.10f'
FAILED algorithms/tests/test_CompCor.py::TestCompCor::test_tcompcor_no_percentile - ValueError: invalid fmt: b'%.10f'
FAILED algorithms/tests/test_CompCor.py::TestCompCor::test_compcor_no_regress_poly - ValueError: invalid fmt: b'%.10f'
FAILED algorithms/tests/test_CompCor.py::TestCompCor::test_tcompcor_asymmetric_dim - ValueError: invalid fmt: b'%.10f'
FAILED algorithms/tests/test_CompCor.py::TestCompCor::test_tcompcor_merge_intersect_masks - ValueError: invalid fmt: b'%.10f'
FAILED algorithms/tests/test_CompCor.py::TestCompCor::test_tcompcor_index_mask - ValueError: invalid fmt: b'%.10f'
FAILED interfaces/cmtk/cmtk.py::nipype.interfaces.cmtk.cmtk.length
FAILED interfaces/mixins/fixheader.py::nipype.interfaces.mixins.fixheader.CopyHeaderInterface
= 10 failed, 2724 passed, 243 skipped, 5 xfailed, 48 warnings in 142.18s (0:02:22) =
We should drop Python 3.8 in any case. It's EOL next week and we won't be releasing before that.
It is mandated by starting to receive a DeprecationWarning in python 3.12
discovered while addressing some other rot in heudiconv.