提交 4f8725fd authored 作者: Frederic's avatar Frederic

Update the error raised, as now we call as_cuda_ndarray_variable in GpuJoin

上级 e9a64bcc
......@@ -878,7 +878,7 @@ def test_gpujoin_assert_cndas():
c = cuda.basic_ops.gpu_join(1, a)
# can't "assert False" here, as we want the assertion
# error from gpu_join
except AssertionError:
except TypeError:
assert True
return
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论