Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
pavpanchekha committed Oct 1, 2024
1 parent 2e7af4a commit 550dc83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/points.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@

(for/list ([(point exact) (in-pcontext pcontext)])
(for/list ([out (in-vector (apply fn point))])
(if (special? out)
max-error
(ulp-difference out exact repr)))))
(if (special? out) max-error (ulp-difference out exact repr)))))

;; Herbie <=> JSON conversion for pcontext
;; A JSON pcontext is just a list of lists
Expand Down

0 comments on commit 550dc83

Please sign in to comment.