You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching the tests as explained here using the master branch of a just-forked nipype repository the test "nipype/interfaces/tests/test_matlab.py::test_run_interface" fails. The reason seems to be that the raised exception is a RuntimeError instead of the expected OSError:
with the RuntimeError exception and the tests is passing with my setup, but I ignore if this change will not work for other setups. Let me know if you want that I make a Pull Request.
The text was updated successfully, but these errors were encountered:
Summary
When launching the tests as explained here using the master branch of a just-forked nipype repository the test "nipype/interfaces/tests/test_matlab.py::test_run_interface" fails. The reason seems to be that the raised exception is a RuntimeError instead of the expected OSError:
nipype/nipype/interfaces/tests/test_matlab.py
Lines 104 to 107 in cd4c34d
Actual behavior
Test "nipype/interfaces/tests/test_matlab.py::test_run_interface" fails since it raises a RuntimeError
Expected behavior
Test "nipype/interfaces/tests/test_matlab.py::test_run_interface" passes.
How to replicate the behavior
Running the tests as explained here using the master branch (commit: cd4c34d)
Specifications:
MATLABCMD enviroment variable was exported to the correct matlab executable
Platform details:
Execution environment
Possible solution
I have replaced the line the OSError exception in line
nipype/nipype/interfaces/tests/test_matlab.py
Line 106 in cd4c34d
The text was updated successfully, but these errors were encountered: