提交 f627b639 authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Fix typo in comment

上级 4caaa7ff
...@@ -593,8 +593,7 @@ def test_AllocEmpty(): ...@@ -593,8 +593,7 @@ def test_AllocEmpty():
x = aet.empty((2, 3), dtype="float32") x = aet.empty((2, 3), dtype="float32")
x_fg = FunctionGraph([], [x]) x_fg = FunctionGraph([], [x])
# We need cannot compare the values in the arrays, only the shapes and # We cannot compare the values in the arrays, only the shapes and dtypes
# dtypes
compare_numba_and_py(x_fg, [], assert_fn=compare_shape_dtype) compare_numba_and_py(x_fg, [], assert_fn=compare_shape_dtype)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论