提交 02172757 authored 作者: Frederic Bastien's avatar Frederic Bastien

remove useless import

上级 6a6bb9fa
...@@ -214,7 +214,6 @@ def test_elemwise_bad_broadcast(): ...@@ -214,7 +214,6 @@ def test_elemwise_bad_broadcast():
y = cuda.fmatrix('y') y = cuda.fmatrix('y')
f = theano.function([x, y], x * y) f = theano.function([x, y], x * y)
import unittest
try: try:
f(rand_cuda_ndarray((10, 3)), rand_cuda_ndarray((10, 1))) f(rand_cuda_ndarray((10, 3)), rand_cuda_ndarray((10, 1)))
except TypeError: except TypeError:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论