google / jax

Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

Home Page:http://jax.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Nightly upstream-dev CI failed ⚠️

github-actions opened this issue · comments

Workflow Run URL

Summary of Failures
tests/lax_numpy_test.py::NumpySignaturesTest::testWrappedSignaturesMatch: AssertionError: {'reshape': {'np_params': ['a', 'shape', 'newshape', 'order', 'copy'], 'jnp_params': ['a', 'newshape', 'order']}} != {}
Missing entries:
'reshape': {'np_params': ['a', 'shape', 'newshape', 'order', 'copy'], 'jnp_params': ['a', 'newshape', 'order']}
tests/compilation_cache_test.py::CompilationCacheTest::test_cache_read_warning: AssertionError: [<warnings.WarningMessage object at 0x7f0399bb3440>] has length of 1, expected 2.

Failure looks like it may be a flake; I'll leave this open for a day to see if it repeats.