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 9ecc772 commit e703d37Copy full SHA for e703d37
tests/xtensor/test_indexing.py
@@ -45,7 +45,7 @@ def test_basic_indexing(labeled, indices):
45
xr_assert_allclose(res, expected_res)
46
47
48
-def test_single_adv_indexing_on_existing_dim():
+def test_single_vector_indexing_on_existing_dim():
49
x = xtensor(dims=("a", "b"), shape=(3, 5))
50
idx = tensor("idx", dtype=int, shape=(4,))
51
xidx = xtensor("idx", dtype=int, shape=(4,), dims=("a",))
0 commit comments