Skip to content

Commit 2df6ac4

Browse files
author
Flax Authors
committed
Merge pull request #3465 from levskaya:warningfix
PiperOrigin-RevId: 580016064
2 parents e2c3dfd + 41323e4 commit 2df6ac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ filterwarnings = [
157157
"ignore:.*ml_dtypes.float8_e4m3b11 is deprecated.*:DeprecationWarning",
158158
# DeprecationWarning: jax.core.Shape is deprecated. Use Shape = Sequence[int | Any]. (chex, recheck by Nov 2023)
159159
"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",
160162
]
161163

162164
[tool.coverage.report]

0 commit comments

Comments
 (0)