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

Parallelization of .observe method is broken #73

Closed
wtbarnes opened this issue Jul 14, 2022 · 1 comment
Closed

Parallelization of .observe method is broken #73

wtbarnes opened this issue Jul 14, 2022 · 1 comment

Comments

@wtbarnes
Copy link
Owner

This seems to be related to dask not wanting to return anything that is an astropy quantity. The units appear to be stripped off every time a value is greedily returned which then causes failures later on. Sometimes the units are gone before even returning. This needs some further investigation.

@wtbarnes
Copy link
Owner Author

Fixed (partially) by #84

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

No branches or pull requests

1 participant