提交 c7f113b4 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

renamed the test to indicate that we only check inc_subtensor

上级 74863ee8
...@@ -87,7 +87,7 @@ class Test_inc_subtensor(unittest.TestCase): ...@@ -87,7 +87,7 @@ class Test_inc_subtensor(unittest.TestCase):
expected_result[:,sl3,:val_sl2_end] += val_inc expected_result[:,sl3,:val_sl2_end] += val_inc
self.assertTrue(numpy.array_equal(result, expected_result)) self.assertTrue(numpy.array_equal(result, expected_result))
def test_grad(self): def test_grad_inc(self):
a = T.dvector() a = T.dvector()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论