-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
arrayneeds attentionIt's been a while since this was pushed on. Needs attention from the owner or a maintainer.It's been a while since this was pushed on. Needs attention from the owner or a maintainer.
Description
In PR ( #7162 ), we needed to add a .compute(scheduler="sync") call in one case (see below). While this seems ok for the cases where we needed it (concrete arrays, scalars, and Python objects). There's the potential this could be used on other objects (like Dask Arrays) where we would not want to use this. It would be good to figure out another way to solve this problem (if possible) that does not rely on the usage of compute.
Line 404 in 996b506
| a = a.compute(scheduler="sync") |
pentschev
Metadata
Metadata
Assignees
Labels
arrayneeds attentionIt's been a while since this was pushed on. Needs attention from the owner or a maintainer.It's been a while since this was pushed on. Needs attention from the owner or a maintainer.