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
Unit tests fail when running them on my local resource, apparently some paths are not well configured. I get the following errorwith test_simple_wrapped.py and test_simple_wrapped.py:
IOError: [Errno 2] No such file or directory: '/examples/files/alanine/alanine.pdb'
Tests run with py.test -v --pyargs adaptivemd --doctest-modules.
The text was updated successfully, but these errors were encountered:
Unit tests fail when running them on my local resource, apparently some paths are not well configured. I get the following errorwith test_simple_wrapped.py and test_simple_wrapped.py:
IOError: [Errno 2] No such file or directory: '/examples/files/alanine/alanine.pdb'
Tests run with
py.test -v --pyargs adaptivemd --doctest-modules
.The text was updated successfully, but these errors were encountered: