mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-26 17:11:06 +02:00
Update pickle_tests.py
This commit is contained in:
parent
5f52215e63
commit
1e56fc62c2
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class Test(ListDictTestCase):
|
||||||
with f:
|
with f:
|
||||||
pickle.dump(piov, f)
|
pickle.dump(piov, f)
|
||||||
|
|
||||||
with open(f):
|
with f:
|
||||||
pio2 = GPy.load(f)
|
pio2 = GPy.load(f)
|
||||||
#py3 fix
|
#py3 fix
|
||||||
#self.assertListDictEquals(dict(piov.items()), dict(pio2.iteritems()))
|
#self.assertListDictEquals(dict(piov.items()), dict(pio2.iteritems()))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue