From a26628693d975c73211486480f28c106b2814419 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Thu, 24 Oct 2019 17:47:56 +0200 Subject: [PATCH] relax adjointness error criteria a little bit --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 30a7722..3f47ba1 100644 --- a/test.py +++ b/test.py @@ -152,7 +152,7 @@ def test_adjointness_wgridding(nxdirty, nydirty, nrow, nchan, epsilon): dirty2 = ng.vis2dirty(bl, conf, idx, vis, do_wstacking=True) vis2 = ng.dirty2vis(bl, conf, idx, dirty, do_wstacking=True) assert_allclose(np.vdot(vis, vis2).real, np.vdot(dirty2, dirty), - rtol=2e-13) + rtol=5e-13) @pmp("nxdirty", (128,)) -- GitLab