According to the NumPy docs for npt.assert_almost_equal:
It is recommended to use one of assert_allclose, assert_array_almost_equal_nulp or assert_array_max_ulp instead of this function for more consistent floating point comparisons.
Perhaps, we should migrate our tests accordingly?
According to the NumPy docs for
npt.assert_almost_equal:Perhaps, we should migrate our tests accordingly?