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
Since the last release of jaxtyping, two tests of the equinox test suite fail:
=========================== short test summary info ============================ FAILED tests/test_errors.py::test_traceback_runtime_eqx - assert 4 == 1 FAILED tests/test_errors.py::test_traceback_runtime_custom - assert 7 == 4 ============ 2 failed, 389 passed, 1 skipped, 37 warnings in 41.82s ============
The text was updated successfully, but these errors were encountered:
Full logs: https://pastebin.com/hDHNzj7t
Sorry, something went wrong.
Thanks for the report! Looks like a harmless failure, and we just need to tweak the tests to be a bit more robust. Fixed in #742. :)
Successfully merging a pull request may close this issue.
Since the last release of jaxtyping, two tests of the equinox test suite fail:
The text was updated successfully, but these errors were encountered: