We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2721a9 commit de384e8Copy full SHA for de384e8
pytensor/link/numba/dispatch/elemwise_codegen.py
@@ -39,7 +39,7 @@ def compute_itershape(
39
):
40
with then:
41
msg = (
42
- f"Incompative shapes for input {j} and axis {i} of "
+ f"Incompatible shapes for input {j} and axis {i} of "
43
f"elemwise. Input {j} has shape 1, but is not statically "
44
"known to have shape 1, and thus not broadcastable."
45
)
0 commit comments