Skip to content

Commit 682787f

Browse files
Fix str->int type annotation
1 parent aeca054 commit 682787f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxtyping/_array_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class _NamedVariadicDim:
9898

9999
@dataclass(frozen=True)
100100
class _FixedDim:
101-
size: str
101+
size: int
102102
broadcastable: bool
103103

104104

0 commit comments

Comments
 (0)