nipy/nitime

Failing tests with nibabel 3.2.0

jonringer opened this issue · 3 comments

Tests fail after bumping to nibabel 3.2.0

        npt.assert_(
>           len(f) == 3, 'The wrong number of harmonic components were detected'
            )
E       AssertionError: The wrong number of harmonic components were detected

nitime/tests/test_utils.py:259: AssertionError

must have been a transient issue. I'm not able to reproduce the error:

pytestcachePhase
/nix/store/48m7w39vvblks57bbxlm91gs7hphxsz2-python3.7-nitime-0.8.1
[10:31:38] jon@nixos ~/projects/nixpkgs (master)
$ nix-build -A python37Packages.nibabel
/nix/store/sw5glg2n3xbag5334ih960ijly8qaap3-python3.7-nibabel-3.2.0
[10:32:42] jon@nixos ~/projects/nixpkgs (master)

It first appeared in NixOS/nixpkgs#101905

Closing this issue.