From e492f366958696e8794f252fba8162509408bf3c Mon Sep 17 00:00:00 2001 From: Ondrej Lexa Date: Tue, 12 Mar 2024 11:04:20 +0100 Subject: [PATCH] test fix --- tests/test_polylx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_polylx.py b/tests/test_polylx.py index 2d5b859..4001a3e 100644 --- a/tests/test_polylx.py +++ b/tests/test_polylx.py @@ -61,7 +61,7 @@ def test_paror(self): self.assertTrue( np.allclose( sample.g.paror(normalized=False).mean(axis=1).mean(), - 0.21099580521756531, + 0.09137254165620362, ) ) @@ -69,7 +69,7 @@ def test_surfor(self): self.assertTrue( np.allclose( sample.g.surfor(normalized=False).mean(axis=1).mean(), - 0.091372541656203621, + 0.10549790260878265, ) )