markovmodel / adaptivemd

A python framework to run adaptive Markov state model (MSM) simulation on HPC resources
GNU Lesser General Public License v2.1
18 stars 7 forks source link

Local unit tests #58

Open thempel opened 6 years ago

thempel commented 6 years ago

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.