mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-14 15:25:15 +02:00
Removed python2 print and rewrote assert message
This commit is contained in:
parent
1d6c89c77e
commit
c374500830
1 changed files with 1 additions and 2 deletions
|
|
@ -45,5 +45,4 @@ class LOOTest(unittest.TestCase):
|
|||
actual = m.LOO()
|
||||
|
||||
for e,a in zip(expected,actual):
|
||||
print "OK"
|
||||
assert np.isclose(e,a,atol=0.0001,rtol=0.0001), "%s, %s" % (e,a)
|
||||
assert np.isclose(e,a,atol=0.0001,rtol=0.0001), "LOO likelihoods don't match expected values"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue