Closed liamhuber closed 3 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +0.00% (target: -1.00%) | :white_check_mark: 100.00% |
:rocket: Don’t miss a bit, follow what’s new on Codacy.
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more
OSX tests started quickly, but timed out to failure
The tests run fine locally, so to start I'll just try rerunning
Nope, still hanging. Unfortunately from the standard log it's not clear what test is doing it, and I can't reproduce it locally. @jan-janssen, thoughts?
Hanging is just CI related and not a true failure
A follow-up to #386 that purges references to
pympipool
in the docs and executor class name.I also switch to
macos-latest
asexecutorlib
uses for its CI.This removes
PyMpiPoolExecutor
as aCreator
attribute, changing the API, so not a patch; minor.EDIT: After merging in the stack, this also removes the default
Creator.Executor
, so we now always specifically ask forProcessPoolExecutor
orexecutorlib.Executor
accordingly.