Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 info
- Loading branch information