Skip to content

Commit

Permalink
test: fix testClipStaticBounds complex warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Apr 9, 2024
1 parent 77db7a6 commit f685139
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 f685139

Please sign in to comment.