From 751960a3f014c353a235ba231df48daec91d8573 Mon Sep 17 00:00:00 2001 From: Debian Astronomy Team Date: Tue, 13 Sep 2016 03:50:04 +0100 Subject: [PATCH] fix-ftbfs-i386 Gbp-Pq: Name fix-ftbfs-i386.patch --- yt/utilities/tests/test_interpolators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt/utilities/tests/test_interpolators.py b/yt/utilities/tests/test_interpolators.py index 694785e..4d97109 100644 --- a/yt/utilities/tests/test_interpolators.py +++ b/yt/utilities/tests/test_interpolators.py @@ -49,7 +49,7 @@ def test_linear_interpolator_3d(): np.mgrid[0.0:1.0:64j, 0.0:1.0:64j, 0.0:1.0:64j])) tfi = lin.TrilinearFieldInterpolator(random_data, (0.0, 1.0, 0.0, 1.0, 0.0, 1.0), "xyz", True) - yield assert_array_equal, tfi(fv), random_data + yield assert_array_almost_equal, tfi(fv), random_data # randomly spaced bins size = 64 -- 2.30.2