Skip to content

Commit

Permalink
Merge pull request #20665 from jakevdp:fix-clip-test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623213147
  • Loading branch information
jax authors committed Apr 9, 2024
2 parents 28b81be + f685139 commit 675fdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lax_numpy_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ def testPolyfit(self, shape, dtype, deg, rcond, full, w, cov):
(np.full(1, -0.9), np.ones(1))]
],
shape=all_shapes,
dtype=number_dtypes,
dtype=float_dtypes + int_dtypes + unsigned_dtypes,
)
@jax.numpy_rank_promotion('allow') # This test explicitly exercises implicit rank promotion.
@jax.numpy_dtype_promotion('standard') # This test explicitly exercises mixed type promotion
Expand Down

0 comments on commit 675fdba

Please sign in to comment.