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 documentation and acceptable values for filter_pmap's 'donate' #468

Merged

Conversation

colehaus
Copy link
Contributor

@colehaus colehaus commented Sep 1, 2023

Resolves #467.

Note that I wasn't able to run most tests because I kept getting segfaults (I assume this is because I'm on NixOS which is kind of a special snowflake and I didn't properly Nixify the project).

Copy link
Owner

@patrick-kidger patrick-kidger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo aside, this LGTM -- thank you for the fix, this is really helpful!

"`donate='all'`",
DeprecationWarning,
)
donate == "all"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a single =.

@colehaus colehaus force-pushed the filter_pmap-donate-fix branch from 437c7cd to e890234 Compare September 1, 2023 21:02
@patrick-kidger patrick-kidger merged commit 8c39b21 into patrick-kidger:main Sep 1, 2023
@patrick-kidger
Copy link
Owner

And merged! Thank you for the contribution.

@colehaus
Copy link
Contributor Author

colehaus commented Sep 1, 2023

Thanks!

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.

donate discrepencies between filter_jit and filter_pmap documentation and implementation
2 participants