Skip to content

Commit 3557165

Browse files
committed
test bugfix
Signed-off-by: Anto Idicherian Lonappan <[email protected]>
1 parent f520080 commit 3557165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sampler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def setUp(self):
1212

1313
def test_chisq(self):
1414
chisq = self.lk.chisq([70,0.3,147.78])
15-
assert np.allclose(round(chisq,3), 20.170)
15+
assert np.allclose(round(chisq,2), 20.170)
1616

1717
def test_logLike(self):
1818
loglike = self.lk.logLike([70,0.3,147.78])

0 commit comments

Comments
 (0)