提交 de384e81 authored 作者: Adrian Seyboldt's avatar Adrian Seyboldt

Fix typo in error message

上级 f2721a91
...@@ -39,7 +39,7 @@ def compute_itershape( ...@@ -39,7 +39,7 @@ def compute_itershape(
): ):
with then: with then:
msg = ( msg = (
f"Incompative shapes for input {j} and axis {i} of " f"Incompatible shapes for input {j} and axis {i} of "
f"elemwise. Input {j} has shape 1, but is not statically " f"elemwise. Input {j} has shape 1, but is not statically "
"known to have shape 1, and thus not broadcastable." "known to have shape 1, and thus not broadcastable."
) )
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论