Commit f151a46
Fix syntax error in test related to cupy (#9000)
I suspect the CIs don't have cupy which meant that this line didn't get
hit.
Recreation:
```
mamba create --name xr_py10 python=3.10 --channel conda-forge --override-channels
mamba activate xr_py10
pip install -e . -vv
pip install pytest
mamba install cupy
```
```
pytest xarray/tests/test_array_api.py -x
```
Fails on my machine.
Happy to provide more info1 parent 2fd3b8b commit f151a46
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
238 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
| |||
0 commit comments