We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b95288 commit 927c085Copy full SHA for 927c085
infra/run-baseline.rkt
@@ -139,8 +139,8 @@
139
(define distance ((discretization-distance disc) lo hi))
140
(unless (= distance 0)
141
(set! done? #f)
142
- (when (and (ival-lo-fixed? out) (ival-hi-fixed? out))
143
- (set! stuck? #t)))
+ #;(when (and (ival-lo-fixed? out) (ival-hi-fixed? out))
+ (set! stuck? #t)))
144
(cond
145
[(ival-err out) (set! bad? #t)]
146
[(ival-err? out) (set! good? #f)])
0 commit comments