Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrolexa committed Mar 12, 2024
1 parent 1b8c8da commit e492f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_polylx.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ def test_paror(self):
self.assertTrue(
np.allclose(
sample.g.paror(normalized=False).mean(axis=1).mean(),
0.21099580521756531,
0.09137254165620362,
)
)

def test_surfor(self):
self.assertTrue(
np.allclose(
sample.g.surfor(normalized=False).mean(axis=1).mean(),
0.091372541656203621,
0.10549790260878265,
)
)

Expand Down

0 comments on commit e492f36

Please sign in to comment.