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
I can submit the calculation example_base_binary_restart.py from the command line without any problem. However, if I run it through pytest, it keeps hanging. This was discovered in the PR #34
Rename the file fixme_base_binary_restart.py back to example_base_binary_restart.py
Fix the problem with hanging test
The text was updated successfully, but these errors were encountered:
fixes#28fixes#29fixes#31
* Rename all examples from `text_` to `example_`
* Add `check_travis_tag.py` test
* Make all tests run by pytest
* Compute test coverage and submit to coveralls
* Add Travis and coveralls badges
* Skip binary restart test for the moment, as it is hanging (see the issue #40)
* Reorder a bit the Docker file, make it more clear
* Move supplementary files from `examples/simple_calculations` to `examples`
I can submit the calculation
example_base_binary_restart.py
from the command line without any problem. However, if I run it through pytest, it keeps hanging. This was discovered in the PR #34fixme_base_binary_restart.py
back toexample_base_binary_restart.py
The text was updated successfully, but these errors were encountered: