I have the following line of code:
@test all(forces[i,:] .≈ kps4.forces[i])
I would like to increase the relative tolerance, in other words add the parameter rtol=1e-4 . How can I do that?
I have the following line of code:
@test all(forces[i,:] .≈ kps4.forces[i])
I would like to increase the relative tolerance, in other words add the parameter rtol=1e-4 . How can I do that?