Open keewis opened 4 weeks ago
Much better!
Thanks - I had a PR on this but don't mind closing mine in favor of this one. There is also #7963 which seems related.
wow, I don't know how I missed two open PRs that aim to do something similar in different ways. Which one do we take?
If we merge this one your PR might still be valuable since it also changes the error message if there are chunk managers but not the one that was requested.
Shall we merge?
wow, I don't know how I missed two open PRs that aim to do something similar in different ways. Which one do we take?
Sorry for dropping the ball on reviewing / merging these guys 😞
Let's merge this one.
If we merge this one your PR might still be valuable since it also changes the error message if there are chunk managers but not the one that was requested.
This change would also be useful but is much less likely to come up.
If you change the other ValueError to ImportError on line 109 of parallelcompat.py the failing test should pass.
I'm planning to release on Friday US time. Would be good to wrap this up
The current error message when trying to use a chunked-array related method without actually having a chunk manager available is:
That's pretty confusing, so this catches the case where no chunk manager is available and raises an error with guidance on how to fix that.
whats-new.rst