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

Modify unit test to prevent the activation of the breakpoint

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