提交 348db2d6 authored 作者: Frederic's avatar Frederic

[CRASH] fix crash that happen during the cron for the doc.

上级 a698c6db
...@@ -155,7 +155,7 @@ class Solve(Op): ...@@ -155,7 +155,7 @@ class Solve(Op):
self.overwrite_b = overwrite_b self.overwrite_b = overwrite_b
def __repr__(self): def __repr__(self):
return 'Solve{%s}' % str(self.props()) return 'Solve{%s}' % str(self._props())
def make_node(self, A, b): def make_node(self, A, b):
assert imported_scipy, ( assert imported_scipy, (
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论