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

Dask quantity fixes #72

Merged
merged 7 commits into from
Nov 19, 2021
Merged

Dask quantity fixes #72

merged 7 commits into from
Nov 19, 2021

Conversation

wtbarnes
Copy link
Member

See breakage in #70.

This fixes an issue, where in newer versions of numpy, astropy quantities that were being represented as Dask arrays could not be properly indixed. Now, we don't worry about units until the end and just reattach them to the final product.

This is technically a breaking change since I've removed the pre_check_hook option and renamed the post_check_hook to array_check.

@nabobalis
Copy link
Contributor

Doc failure is the same error as before. The example does something that breaks it.

@nabobalis nabobalis merged commit 447ad34 into sunpy:main Nov 19, 2021
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