How can I assert that two double arrays are the same within some tolerance? There doesn't seem to be...
m
How can I assert that two double arrays are the same within some tolerance? There doesn't seem to be a parameter to specify this in kotlin.test, so it's failing due to float/double precision.