Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple test in README.md does not work #53

Open
eblen opened this issue May 23, 2017 · 2 comments
Open

Simple test in README.md does not work #53

eblen opened this issue May 23, 2017 · 2 comments

Comments

@eblen
Copy link

eblen commented May 23, 2017

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

@jhprinz
Copy link
Contributor

jhprinz commented May 26, 2017

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

@jhprinz
Copy link
Contributor

jhprinz commented May 26, 2017

Thanks for checking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants