Skip to content

Commit

Permalink
Merge pull request #3465 from levskaya:warningfix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580016064
  • Loading branch information
Flax Authors committed Nov 7, 2023
2 parents e2c3dfd + 41323e4 commit 2df6ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ filterwarnings = [
"ignore:.*ml_dtypes.float8_e4m3b11 is deprecated.*:DeprecationWarning",
# DeprecationWarning: jax.core.Shape is deprecated. Use Shape = Sequence[int | Any]. (chex, recheck by Nov 2023)
"ignore:.*jax.core.Shape is deprecated.*:DeprecationWarning",
# DeprecationWarning: jax.config.define_bool_state is deprecated. Please use other libraries for configuration instead.
"ignore:.*jax.config.define_bool_state is deprecated.:DeprecationWarning",
]

[tool.coverage.report]
Expand Down

0 comments on commit 2df6ac4

Please sign in to comment.