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 map_async call on DirectView causing error #1350

Merged
merged 1 commit into from
May 12, 2024

Conversation

ethanbb
Copy link
Contributor

@ethanbb ethanbb commented May 12, 2024

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #1348

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Has your PR been tested?

Such a minor change that I did not run the full test suite, but confirmed that the issue I was experiencing was fixed as expected. I also did a search for other calls to map_async on an ipyparallel DirectView that could cause an issue, and did not find any (the one exception called res.get() right afterwards, which should have the same effect).

@pgunn pgunn merged commit 50fafa3 into flatironinstitute:dev May 12, 2024
3 checks passed
@pgunn
Copy link
Member

pgunn commented May 12, 2024

Thanks; there's a lot of work to do with improving test coverage to catch things like this.

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.

2 participants