We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a990846 commit 803c670Copy full SHA for 803c670
tests/test_at.py
@@ -195,9 +195,6 @@ def test_incompatible_dtype(
195
>>> a /= 1.5
196
UFuncTypeError: Cannot cast ufunc 'divide' output from dtype('float64')
197
to dtype('int64') with casting rule 'same_kind'
198
-
199
- See Also
200
- --------
201
"""
202
x = xp.asarray([2, 4])
203
idx = xp.asarray([True, False]) if bool_mask else slice(None)
0 commit comments