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

TST: include test for multiprocess #427

Merged
merged 4 commits into from
Sep 6, 2024
Merged

Conversation

mj-will
Copy link
Owner

@mj-will mj-will commented Sep 6, 2024

This PR adds a test for the Pool object from multiprocess and updates the docs to mention that nesssi supports it.

Closes #193

@mj-will mj-will added the documentation Improvements or additions to documentation label Sep 6, 2024
@mj-will mj-will added this to the v0.14.0 milestone Sep 6, 2024
@mj-will mj-will added the tests Improvements or additions to the test suite label Sep 6, 2024
Copy link

codecov bot commented Sep 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.69%. Comparing base (585fa14) to head (44bd07d).
Report is 74 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #427   +/-   ##
=======================================
  Coverage   93.69%   93.69%           
=======================================
  Files          71       71           
  Lines        6806     6806           
=======================================
  Hits         6377     6377           
  Misses        429      429           
Flag Coverage Δ
unittests 93.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mj-will mj-will merged commit 204d30b into main Sep 6, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation tests Improvements or additions to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optionally use multiprocess for parallelisation
1 participant