Skip to content

Commit

Permalink
Merge pull request jax-ml#13122 from yejingxin:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 486253810
  • Loading branch information
jax authors committed Nov 4, 2022
2 parents 75b5ccc + e6c88f2 commit 2932c1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ filterwarnings =
# numpy uses distutils which is deprecated
ignore:The distutils.* is deprecated.*:DeprecationWarning
ignore:`sharded_jit` is deprecated. Please use `pjit` instead.*:DeprecationWarning
# Print message for compilation_cache_test.py::CompilationCacheTest::test_cache_read/write_warning
default:Error reading persistent compilation cache entry for 'jit__lambda_'
default:Error writing persistent compilation cache entry for 'jit__lambda_'
doctest_optionflags = NUMBER NORMALIZE_WHITESPACE
addopts = --doctest-glob="*.rst"

0 comments on commit 2932c1e

Please sign in to comment.