On Sat, Nov 26, 2016 at 11:37 AM, luis.osa.gdc <[email protected]> wrote:
> Hi, everyone!

> ```
> (check-= (t-test bacteria-a bacteria-b) 13.0 0.1)
> ```
>
> In short: is there a way to specify tolerance in `eval:check`?

Perhaps, instead of checking directly the result of t-test you can
check (good-enough (t-test ...) expected-value) ?

Where good-enough is something you define to be appropriate for your needs.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to