Commit fda4ab0
committed
BUG: dask: fix asarray(..., copy=None) for array-likes: they copy
As of dask >= 2024.12, da.from_array() always copies, while before it did not.
Thus copy too, to make array_api_compat.dask.array version-independent.1 parent f24c102 commit fda4ab0
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
| |||
0 commit comments