Ilan Gold
Ilan Gold
This problem seems to be a bit more general than I thought - I'm having trouble with imaging stuff as well now.
@mccalluc One thing that jumps out to me, and maybe @keller-mark can correct me since you seem to know `conda` better than me, is that your `pip` version is not...
@keller-mark Even the logs initially posted seem to have the same issue.
Just checked `1.12.0` as well and does not seem to be an error there either.
@dschult Let me do some fiddling and inspection. This isn't even in one of the tests for the array api, it's just in the lead up to starting the tests....
In terms of " is it worth it" (since we will be getting 1D sparse arrays from what I understand), I would think maybe yes? Beyond the goal of matching...
Thanks! So it seems we do indeed need this behavior to not error for array api to work then. And more generally, beyond being able to construct these arrays as...
This is somewhat related to https://github.com/scipy/scipy/issues/19919 as well. The array api test suite actually provides a nice barrage of tests by which we could try to standardize some of this...
@lucascolley I agree, but it just seemed that this case was special given that covering it is apparently needed just to get the tests to run at all. Otherwise I...
Oh very cool @lucascolley thanks! I had not!