Update pickle_tests.py

This commit is contained in:
Max Zwiessele 2015-10-11 01:26:03 +01:00
parent 5f52215e63
commit 1e56fc62c2

View file

@ -66,7 +66,7 @@ class Test(ListDictTestCase):
with f:
pickle.dump(piov, f)
with open(f):
with f:
pio2 = GPy.load(f)
#py3 fix
#self.assertListDictEquals(dict(piov.items()), dict(pio2.iteritems()))