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
The directory name is wrong. It should be 'adaptivemd/tests/'
The MongoDB database has to be running, which is not mentioned.
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
The text was updated successfully, but these errors were encountered:
The simple test in the README doesn't work:
run a simple test
cd adaptive/tests/
python test_simple.py
(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
The text was updated successfully, but these errors were encountered: