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
DenseInfos are defined of shape times
DenseInfos
times
diffrax/diffrax/_custom_types.py
Line 52 in 38a40e7
While in fact it probably should be times+1:
times+1
diffrax/diffrax/_global_interpolation.py
Line 322 in 38a40e7
diffrax/diffrax/_integrate.py
Lines 883 to 887 in 38a40e7
As such global interpolation tests fail, e.g., see #391 but also locally on master
It is possibly related to some update, maybe of jaxtyping (this PR is on the new Lineax version).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
DenseInfos
are defined of shapetimes
diffrax/diffrax/_custom_types.py
Line 52 in 38a40e7
While in fact it probably should be
times+1
:diffrax/diffrax/_global_interpolation.py
Line 322 in 38a40e7
diffrax/diffrax/_integrate.py
Lines 883 to 887 in 38a40e7
As such global interpolation tests fail, e.g., see #391 but also locally on master
It is possibly related to some update, maybe of jaxtyping (this PR is on the new Lineax version).
The text was updated successfully, but these errors were encountered: