From: Debian Astronomy Team Date: Tue, 13 Sep 2016 02:50:04 +0000 (+0100) Subject: fix-ftbfs-i386 X-Git-Tag: archive/raspbian/3.4.0-3+rpi1~1^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=751960a3f014c353a235ba231df48daec91d8573;p=yt.git fix-ftbfs-i386 Gbp-Pq: Name fix-ftbfs-i386.patch --- 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