-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
D-173-250-157-207:~ $nosetests pymatbridge
...........................EE.......
======================================================================
ERROR: test_publish.test_convert_mfile
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/arokem/anaconda3/lib/python3.4/site-packages/nose-1.3.4-py3.4.egg/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/Users/arokem/anaconda3/lib/python3.4/site-packages/pymatbridge/tests/test_publish.py", line 44, in test_convert_mfile
publish.convert_mfile(MFILE)
File "/Users/arokem/anaconda3/lib/python3.4/site-packages/pymatbridge/publish.py", line 125, in convert_mfile
lines = mfile_to_lines(mfile)
File "/Users/arokem/anaconda3/lib/python3.4/site-packages/pymatbridge/publish.py", line 53, in mfile_to_lines
with open(mfile) as fid:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/arokem/anaconda3/lib/python3.4/site-packages/pymatbridge/tests/test_publish.m'
======================================================================
ERROR: test_publish.test_mfile_to_lines
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/arokem/anaconda3/lib/python3.4/site-packages/nose-1.3.4-py3.4.egg/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/Users/arokem/anaconda3/lib/python3.4/site-packages/pymatbridge/tests/test_publish.py", line 54, in test_mfile_to_lines
lines = publish.mfile_to_lines(MFILE)
File "/Users/arokem/anaconda3/lib/python3.4/site-packages/pymatbridge/publish.py", line 53, in mfile_to_lines
with open(mfile) as fid:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/arokem/anaconda3/lib/python3.4/site-packages/pymatbridge/tests/test_publish.m'
----------------------------------------------------------------------
Ran 36 tests in 205.857s
FAILED (errors=2)
D-173-250-157-207:~ $cd ~/source/python-matlab-bridge/
Metadata
Metadata
Assignees
Labels
No labels