allclose

compas_fab.utilities.allclose(l1, l2, tol=1e-05)[source]

Returns True if two lists are element-wise equal within a tolerance.

The function is similar to NumPy’s allclose function.