Skip to content

Commit 631bcd0

Browse files
Merge pull request jax-ml#24786 from hawkinsp:scipy
PiperOrigin-RevId: 694569529
2 parents afd8239 + 834e71b commit 631bcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scipy_spatial_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def testRotationConcatenate(self, shape, other_shape, dtype):
164164
@jtu.sample_product(
165165
dtype=float_dtypes,
166166
shape=[(10, 4)],
167-
indexer=[slice(1, 5), slice(0), slice(-5, -3)],
167+
indexer=[slice(1, 5), slice(0, 1), slice(-5, -3)],
168168
)
169169
def testRotationGetItem(self, shape, dtype, indexer):
170170
rng = jtu.rand_default(self.rng())

0 commit comments

Comments
 (0)