Skip to content

Commit

Permalink
Merge branch 'main' of https://www.github.com/google/flax into avoid-…
Browse files Browse the repository at this point in the history
…units-axes-scan
  • Loading branch information
marcvanzee committed May 2, 2022
2 parents fa9dd17 + 8e05b0c commit 9063cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ filterwarnings =
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
# TODO(#2037): Remove this once Optax releases a new version.
ignore:jax.tree_util.tree_multimap\(\) is deprecated.*:FutureWarning

0 comments on commit 9063cba

Please sign in to comment.