adaptivemd icon indicating copy to clipboard operation
adaptivemd copied to clipboard

Simple test in README.md does not work

Open eblen opened this issue 7 years ago • 2 comments

The simple test in the README doesn't work:

run a simple test

cd adaptive/tests/ python test_simple.py

  1. The directory name is wrong. It should be 'adaptivemd/tests/'
  2. The MongoDB database has to be running, which is not mentioned.
  3. It generates an assertion error:

(python2) macbook>python ./test_simple.py changed state to booting changed state to running task succeeded removing worker dir Traceback (most recent call last): File "./test_simple.py", line 89, in assert(os.path.exists(traj_path)) AssertionError

eblen avatar May 23 '17 17:05 eblen

PR #55 addresses the failing example. The README still need to be updated.

jhprinz avatar May 26 '17 21:05 jhprinz

Thanks for checking.

jhprinz avatar May 26 '17 21:05 jhprinz