Skip to content

Commit

Permalink
Merge pull request #2715 from marcvanzee:tree_multimap
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 495268625
  • Loading branch information
Flax Authors committed Dec 14, 2022
2 parents 0ed84f0 + 8f57575 commit d87b311
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,12 @@ filterwarnings =
error
# Jax warning when no gpu/tpu found.
ignore:No GPU/TPU found, falling back to CPU.*:UserWarning
# Jax warns about XLA not being able to use donated buffers.
ignore:Some donated buffers were not usable.*:UserWarning
# We should remove our dependence on jtu.
ignore:jax.test_util.check_eq is deprecated and will soon be removed.*:FutureWarning
# Tensorflow's fast_tensor_util.pyx cython raises:
# ImportWarning: can't resolve package from __spec__ or __package__, falling back on __name__ and __path__
ignore:can't resolve package from.*:ImportWarning
# Jax imports flatbuffers which imports imp in a compat file.
ignore:the imp module is deprecated.*:DeprecationWarning
# traverse_util.Traversal will be removed soon.
ignore:`flax.traverse_util.Traversal` will be deprecated.*:DeprecationWarning
# TODO: Will revisit all the deprecation warnings next week.
ignore:jax.tree_.*:FutureWarning
# TF internal deprecation warnings.
ignore:Call to deprecated create function .*Descriptor.*:DeprecationWarning
# distutils DeprecationWarning
ignore:distutils Version classes are deprecated.*:DeprecationWarning

0 comments on commit d87b311

Please sign in to comment.