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

Fix small error in comment

上级 67a5eba9
......@@ -554,7 +554,7 @@ def numba_funcify_DimShuffle(op, **kwargs):
shape_template = (1,) * ndim_new_shape
# When `len(shuffle) == 0`, the `shuffle_shape[j]` expression above is
# When `len(shuffle) == 0`, the `shuffle_shape[j]` expression below
# is typed as `getitem(Tuple(), int)`, which has no implementation
# (since getting an item from an empty sequence doesn't make sense).
# To avoid this compile-time error, we omit the expression altogether.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论