Revision 7078f81dd00646b0236463cf81e2ad1bfb08a008 authored by lenamartens on 22 September 2022, 14:23:54 UTC, committed by lenamartens on 23 September 2022, 13:33:06 UTC
- err.throw == check_error(err) -> meaning they have the same behavior
  under checkify now
- "divided by zero" -> "division by zero"
- add validation that check_error only takes args of type Error
1 parent 640e15f
Raw File
.gitignore
*.pyc
*.so
*.egg-info
*.whl
build/bazel*
dist/
.ipynb_checkpoints
/bazel-*
.jax_configure.bazelrc
/tensorflow
.DS_Store
.mypy_cache/
.pytype/
docs/build
*_pb2.py
docs/notebooks/.ipynb_checkpoints/
docs/_autosummary
.idea
.vscode
jax.iml

# virtualenv/venv directories
venv/
bin/
include/
lib/
share/
back to top