We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2c3dfd + 41323e4 commit 2df6ac4Copy full SHA for 2df6ac4
pyproject.toml
@@ -157,6 +157,8 @@ filterwarnings = [
157
"ignore:.*ml_dtypes.float8_e4m3b11 is deprecated.*:DeprecationWarning",
158
# DeprecationWarning: jax.core.Shape is deprecated. Use Shape = Sequence[int | Any]. (chex, recheck by Nov 2023)
159
"ignore:.*jax.core.Shape is deprecated.*:DeprecationWarning",
160
+ # DeprecationWarning: jax.config.define_bool_state is deprecated. Please use other libraries for configuration instead.
161
+ "ignore:.*jax.config.define_bool_state is deprecated.:DeprecationWarning",
162
]
163
164
[tool.coverage.report]
0 commit comments