We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit testing needs a bit of an overhaul---things are pretty disorganized. We should find a package that has a good model for unit testing in JAX.
This should be done simultaneously with #153, in adding code coverage. I would also like to add runtime type checking to the tests as a pytest hook. See here: https://docs.kidger.site/jaxtyping/api/runtime-type-checking/#pytest-hook
pytest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Unit testing needs a bit of an overhaul---things are pretty disorganized. We should find a package that has a good model for unit testing in JAX.
This should be done simultaneously with #153, in adding code coverage. I would also like to add runtime type checking to the tests as a
pytest
hook. See here: https://docs.kidger.site/jaxtyping/api/runtime-type-checking/#pytest-hookThe text was updated successfully, but these errors were encountered: