Skip to content

Conversation

liamhuber
Copy link
Member

@liamhuber liamhuber commented Jul 24, 2024

A follow-up to #386 that purges references to pympipool in the docs and executor class name.

I also switch to macos-latest as executorlib uses for its CI.

This removes PyMpiPoolExecutor as a Creator 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 for ProcessPoolExecutor or executorlib.Executor accordingly.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_workflow/executorlib_ci

Copy link

codacy-production bot commented Jul 24, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (aef1efc) 3472 3208 92.40%
Head commit (9183e48) 3470 (-2) 3206 (-2) 92.39% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#388) 2 2 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences


🚀 Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@liamhuber
Copy link
Member Author

OSX tests started quickly, but timed out to failure

@liamhuber
Copy link
Member Author

The tests run fine locally, so to start I'll just try rerunning

@liamhuber
Copy link
Member Author

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?

@liamhuber
Copy link
Member Author

Hanging is just CI related and not a true failure

* Make ProcessPoolExecutor the default executor -- but use executorlib in notebooks

* [minor] Don't have a default `Executor` (#390)

Make the user choose one specifically.
@liamhuber liamhuber marked this pull request as ready for review July 24, 2024 17:29
@liamhuber liamhuber requested a review from jan-janssen July 24, 2024 17:29
@liamhuber liamhuber linked an issue Jul 24, 2024 that may be closed by this pull request
@liamhuber liamhuber merged commit ae70ab5 into executorlib Jul 26, 2024
@liamhuber liamhuber deleted the executorlib_ci branch July 26, 2024 19:12
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

Successfully merging this pull request may close these issues.

Using macOS-11 for CI results in long wait times
1 participant