This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pyresample.
commit c733f3e341062de75a058cb0e328b073745b49db Author: Bas Couwenberg <[email protected]> Date: Mon Sep 5 13:35:54 2016 +0200 Fix typo in expected_stddev variable name. --- debian/patches/0003-fix-tests-for-mips.patch | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/patches/0003-fix-tests-for-mips.patch b/debian/patches/0003-fix-tests-for-mips.patch index 15915b8..8c3f8fc 100644 --- a/debian/patches/0003-fix-tests-for-mips.patch +++ b/debian/patches/0003-fix-tests-for-mips.patch @@ -7,7 +7,7 @@ Appplied-Upstream: https://github.com/pytroll/pyresample/commit/0188c7feba2a0204 --- a/pyresample/test/test_kd_tree.py +++ b/pyresample/test/test_kd_tree.py -@@ -75,13 +75,13 @@ class Test(unittest.TestCase): +@@ -75,10 +75,10 @@ class Test(unittest.TestCase): res, stddev, count = kd_tree.resample_gauss(self.tswath, self.tdata, self.tgrid, 100000, sigma, with_uncert=True) @@ -21,11 +21,7 @@ Appplied-Upstream: https://github.com/pytroll/pyresample/commit/0188c7feba2a0204 + 'Failed to create correct neighbour warning') expected_res = 2.20206560694 -- expected_stddev = 0.707115076173 -+ exprcted_stddev = 0.707115076173 - expected_count = 3 - self.assertAlmostEqual(res[0], expected_res, 5, - 'Failed to calculate gaussian weighting with uncertainty') + expected_stddev = 0.707115076173 @@ -98,10 +98,10 @@ class Test(unittest.TestCase): res, stddev, counts = kd_tree.resample_custom(self.tswath, self.tdata, self.tgrid, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

