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

Parallel Testing #28

Open
pcjennings opened this issue May 11, 2018 · 0 comments
Open

Parallel Testing #28

pcjennings opened this issue May 11, 2018 · 0 comments

Comments

@pcjennings
Copy link
Collaborator

There are some issues with parallelism in Python2.7 with the adsorbate fingerprinting and maybe others. This is specific to 2.7 and does not affect Python3+.

In general I think it would be best for tests to be run with nprocs=None to pick up these errors in any code with parallelism.

TravisCI has a server for parallel testing that could be used I think. But specific tests would need to be written for this. Otherwise I think we only have access to a single core by default, so even when nprocs=None everything is still being run in serial.

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

1 participant