提交 d24915d4 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier 提交者: --global

Fixed typo in test

上级 47756ffd
...@@ -15,7 +15,7 @@ class TestPdbBreakpoint: ...@@ -15,7 +15,7 @@ class TestPdbBreakpoint:
(self.input1 - self.input2).transpose()) (self.input1 - self.input2).transpose())
# Declare the conditional breakpoint # Declare the conditional breakpoint
self.breakpointOp = PdbBreakpoint("Sum of output to high") self.breakpointOp = PdbBreakpoint("Sum of output too high")
self.condition = T.gt(self.output.sum(), 100) self.condition = T.gt(self.output.sum(), 100)
(self.monitored_input1, (self.monitored_input1,
self.monitored_input2, self.monitored_input2,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论