(fact [["this" 0.49315068]] => [["this" (roughly 0.49315)]])
FAIL at (*cider-repl lambda-clients*:657) Expected: [["this" #function[clojure.lang.AFunction/1]]] Actual: [["this" 0.49315068]] Diffs: in [0 1] expected #function[clojure.lang.AFunction/1], was 0.49315068false
(fact [["this" 0.49315068]] => (just [["this" (roughly 0.49315)]]))
FAIL at (*cider-repl lambda-clients*:663)Actual result did not agree with the checking function. Actual result: [["this" 0.49315068]] Checking function: (just [["this" (roughly 0.49315)]]) The checker said this about the reason: Best match found: []false