Closed mick-d closed 7 years ago
I can't see nipype/algorithms/tests/test_auto_ErrorMap.py
in the current master. Are you sure it's not your test?
Thanks @djarecka for looking into it. Somehow it seems that merging the new master into an old nipype repo did not delete some of the old test files (such as test_auto_ErrorMap.py
), which is quite strange. Wiping out this old repository fixed the issue, thanks a lot.
Summary
Nipype testing failed almost immediately after fresh install from latest Nipype master branch
Actual behavior
Expected behavior
TEST: OK
How to replicate the behavior
cd ~/nipype_cloned_repo
python setup.py install
ORcd
pip install ~/nipype_cloned_repo
cd; python -c "import nipype; nipype.test()"
Script/Workflow details
Cf code above
Platform details:
Please paste the output of:
python -c "import nipype; print(nipype.get_info()); print(nipype.__version__)"
Execution environment
Conda environment