Skip to content

Commit de384e8

Browse files
aseyboldtricardoV94
andcommitted
Fix typo in error message
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent f2721a9 commit de384e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/numba/dispatch/elemwise_codegen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def compute_itershape(
3939
):
4040
with then:
4141
msg = (
42-
f"Incompative shapes for input {j} and axis {i} of "
42+
f"Incompatible shapes for input {j} and axis {i} of "
4343
f"elemwise. Input {j} has shape 1, but is not statically "
4444
"known to have shape 1, and thus not broadcastable."
4545
)

0 commit comments

Comments
 (0)