Skip to content

Commit

Permalink
missed a skip
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Nov 2, 2023
1 parent 010f28c commit 4b07992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/testing/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def variables(
<xarray.Variable (c: 3, d: 1)>
array([[ 0., 1., 2.],
[ 3., 4., 5.]], dtype=float32)
>>> cupy_da.data.device
>>> cupy_da.data.device # doctest: +SKIP
<CUDA Device 0>
"""

Expand Down

0 comments on commit 4b07992

Please sign in to comment.