提交 b03bd80f authored 作者: Brandon T. Willard's avatar Brandon T. Willard 提交者: Brandon T. Willard

Remove use of deprecated np.object

上级 142031f4
......@@ -62,7 +62,7 @@ class MyOp(Op):
return Apply(self, inputs, outputs)
def perform(self, node, inputs, outputs):
outputs[0] = np.array(inputs, dtype=np.object)
outputs[0] = np.array(inputs, dtype=object)
def __str__(self):
return self.name
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论