Skip to content

Commit 4fedcbe

Browse files
aseyboldtricardoV94
andcommitted
Fix typo in error message
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
1 parent 84d6fd5 commit 4fedcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/numba/dispatch/elemwise_codegen.py

Lines changed: 1 addition & 1 deletion
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)