Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AYadrov committed Jan 21, 2025
1 parent 98301ea commit 98ad6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/searchreals.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(match rect
[(cons (vector _ ...) rect*) rect*]
[_ rect]))

(define vars (real-compiler-vars compiler))
(define reprs (real-compiler-var-reprs compiler))
(match-define (search-space true false other) space)
Expand Down Expand Up @@ -73,7 +73,7 @@

(define (make-sampling-table reprs true false other)
(define denom (total-weight reprs))
; map rest = drop hint
; map rest = drop hint
(define true-weight (apply + (map (curryr hyperrect-weight reprs) (map rest true))))
(define false-weight (apply + (map (curryr hyperrect-weight reprs) false)))
(define other-weight (apply + (map (curryr hyperrect-weight reprs) (map rest other))))
Expand Down

0 comments on commit 98ad6ae

Please sign in to comment.