Skip to content

[JAX] Replace jnp.clip(..., a_min=..., a_max=...) with jnp.clip(..., min=..., max=...).#3512

Closed
copybara-service[bot] wants to merge 1 commit intomainfrom
test_890539968
Closed

[JAX] Replace jnp.clip(..., a_min=..., a_max=...) with jnp.clip(..., min=..., max=...).#3512
copybara-service[bot] wants to merge 1 commit intomainfrom
test_890539968

Conversation

@copybara-service
Copy link
Copy Markdown
Contributor

[JAX] Replace jnp.clip(..., a_min=..., a_max=...) with jnp.clip(..., min=..., max=...).

a_min and a_max are deprecated parameter names to jax.numpy.clip.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

…min=..., max=...).

a_min and a_max are deprecated parameter names to jax.numpy.clip.

PiperOrigin-RevId: 890539968
@copybara-service copybara-service Bot closed this Apr 3, 2026
@copybara-service copybara-service Bot deleted the test_890539968 branch April 3, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants