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, ) )