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

Fix doc build error with dask client #173

Merged
merged 6 commits into from
Nov 29, 2023
Merged

Fix doc build error with dask client #173

merged 6 commits into from
Nov 29, 2023

Conversation

delucchi-cmu
Copy link
Contributor

@delucchi-cmu delucchi-cmu commented Nov 28, 2023

Closes #172

My theory on what's going on here is that dask sees that it already has some completed tasks with the name split_<k>, and so doesn't even try to run them when they're encountered in the second pipeline execution.

This seems. Weird. And sudden. I wasn't able to pinpoint any updates that might have introduced this behavior in the last week.

Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9f44b40) 100.00% compared to head (0b77517) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #173   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines         1158      1160    +2     
=========================================
+ Hits          1158      1160    +2     

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

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@delucchi-cmu delucchi-cmu changed the title Give more failure info in waiting for futures Fix doc build error with dask client Nov 28, 2023
@delucchi-cmu delucchi-cmu merged commit b2fe8ac into main Nov 29, 2023
13 checks passed
@delucchi-cmu delucchi-cmu deleted the issue/172/docs branch November 29, 2023 13:28
delucchi-cmu added a commit that referenced this pull request Nov 29, 2023
* Give more failure info.

* Maybe the done files aren't written?

* Use same pip as local?

* Maybe tasks aren't scheduled because they're done.

* Undo red herring

* Restructure exception handling
delucchi-cmu added a commit that referenced this pull request Nov 29, 2023
* Remove the explicit task key.

* Fix doc build error with dask client (#173) (#175)

* Give more failure info.

* Maybe the done files aren't written?

* Use same pip as local?

* Maybe tasks aren't scheduled because they're done.

* Undo red herring

* Restructure exception handling
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.

Doc build failing
2 participants