How can I assert that two double arrays are the sa...
# test
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.