Relaxed type check of input array, to allow da.core.Array sub-classes…#361
Conversation
… (e. g. ResourceBackedDaskArray)
|
Can one of the admins verify this patch? Admins can comment |
|
add to allowlist |
|
Thanks you @m-albert! Let me know if I can do sth. btw. I noticed problems using current pytest >= 8.0. And had to pin pytest < 8.0. In the current version of pytest the signature of pytest.skip() has changed |
fyi I've fixed this particular problem in the main branch now 😄 |
|
This is a very useful change to have, thank you for contributing @sommerc 🎉 |
|
Very small, but indeed usefull when data come from aicsimageio :-) Thank you guys for your time and efforts in providing such a great resource! |
For some file formats aicsimageio and nd2 return a sub-class of
da.core.Array: ResourceBackedDaskArayThis PR relaxes the input type check to allow da.core.Array sub-classes in ndinterp functions.
Closes #360