
chex 0.1.91
0
Chex: Testing made fun, in JAX!
Contents
Chex: Testing made fun, in JAX!
Stars: 924, Watchers: 924, Forks: 67, Open Issues: 69The google-deepmind/chex repo was created 5 years ago and the last code push was 2 weeks ago.
The project is popular with 924 github stars!
How to Install chex
You can install chex using pip
pip install chex
or add it to a project with poetry
poetry add chex
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/chex/
- GitHub Repo:
- https://github.com/deepmind/chex
Classifiers
- Scientific/Engineering/Artificial Intelligence
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common chex errors.
Code Examples
Here are some chex code examples and snippets.
GitHub Issues
The chex package has 69 open issues on GitHub
- Fix assert equal chexify jit 387
- Fix issue 389 vmap scalar assertions
- Add chex.variants pytest example
- Add example for using chex.variants with pytest
- Fix: Resolve super() error in dataclasses via virtual subclassing
- Fix: Add type hints to chex.dataclass
- Fix: Enable kw_only=True for chex.dataclass
- Fix: Exclude test files from package distribution
- Docs: Fix broken citation link in index.rst
- Feat: Add assert_not_both_not_none
- Fix: Modernize sharding detection and error messages for JAX 0.8.2 compatibility (#422)
- jax 0.8.2 incpatibility
- Add assert_not_both_not_none (fixes #393)
- Make chexify docstring test robust to platform-specific tracebacks
- Fix deprecated typing aliases to use collections.abc
pythonfix