提交 2477a8df authored 作者: Frederic's avatar Frederic

Enable a test even if NumPy don't support the new subtensor as it is supported with old numpy.

上级 593bac78
...@@ -1072,9 +1072,6 @@ class TestAdvancedSubtensor(unittest.TestCase): ...@@ -1072,9 +1072,6 @@ class TestAdvancedSubtensor(unittest.TestCase):
a.broadcastable, self.ix2.broadcastable) a.broadcastable, self.ix2.broadcastable)
def test_inc_adv_subtensor_w_matrix(self): def test_inc_adv_subtensor_w_matrix(self):
if inplace_increment is None:
raise inplace_increment_missing
subt = self.v[self.ix2] subt = self.v[self.ix2]
a = inc_subtensor(subt, subt) a = inc_subtensor(subt, subt)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论