Skip to content

Commit

Permalink
Fix DenseInfo type (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Randl authored Apr 18, 2024
1 parent 38a40e7 commit eff5f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffrax/_custom_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Args = PyTree[Any]

DenseInfo = dict[str, PyTree[Array]]
DenseInfos = dict[str, PyTree[Shaped[Array, "times ..."]]]
DenseInfos = dict[str, PyTree[Shaped[Array, "times-1 ..."]]]
BufferDenseInfos = dict[str, PyTree[eqxi.MaybeBuffer[Shaped[Array, "times ..."]]]]
sentinel: Any = eqxi.doc_repr(object(), "sentinel")

Expand Down

0 comments on commit eff5f60

Please sign in to comment.