Skip to content

Commit 61cc02a

Browse files
committed
.tweak test name
1 parent e68729c commit 61cc02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/xtensor/test_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_basic_indexing(labeled, indices):
4545
xr_assert_allclose(res, expected_res)
4646

4747

48-
def test_single_adv_indexing_on_existing_dim():
48+
def test_single_vector_indexing_on_existing_dim():
4949
x = xtensor(dims=("a", "b"), shape=(3, 5))
5050
idx = tensor("idx", dtype=int, shape=(4,))
5151
xidx = xtensor("idx", dtype=int, shape=(4,), dims=("a",))

0 commit comments

Comments
 (0)