We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 683479c commit f1feadaCopy full SHA for f1feada
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