Skip to content

nipype.test() throws AssertionError when testing FSL #3189

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

Closed
fazilii opened this issue Mar 14, 2020 · 1 comment
Closed

nipype.test() throws AssertionError when testing FSL #3189

fazilii opened this issue Mar 14, 2020 · 1 comment
Milestone

Comments

@fazilii
Copy link

fazilii commented Mar 14, 2020

Summary

I've installed nipype, and when i run the test to verify the installation, it shows an error when testing FSL. I ran FSL independently, and it runs fine.
I'm new to nipype. any assistance will be appreciated.

Actual behavior

_______________________________ test_fslversion ________________________________

@pytest.mark.skipif(no_fsl(), reason="fsl is not installed")
def test_fslversion():
    ver = fsl.Info.version()
    ver = ver.split('.')
  assert ver[0] in ['4', '5']

E AssertionError: assert '6' in ['4', '5']

/home/fazili/.local/lib/python2.7/site-packages/nipype/interfaces/fsl/tests/test_base.py:17: AssertionError

@effigies effigies added this to the 1.5.0 milestone Apr 19, 2020
@effigies
Copy link
Member

Fixed in #3195.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants