Skip to content

Commit

Permalink
use natural np for input_type
Browse files Browse the repository at this point in the history
Signed-off-by: 11happy <[email protected]>
  • Loading branch information
11happy committed Dec 30, 2024
1 parent 08e1682 commit 5915c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/layer_tests/jax_tests/test_iota.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def jax_iota(dtype, size):


@pytest.mark.parametrize("input_shape", [1,2,3])
@pytest.mark.parametrize("input_type", ["jnp.float32"])
@pytest.mark.parametrize("input_type", ["np.float32"])
@pytest.mark.nightly
@pytest.mark.precommit
@pytest.mark.precommit_jax_fe
Expand Down

0 comments on commit 5915c5d

Please sign in to comment.