Commit f1e31c1d authored by peastman's avatar peastman
Browse files

Fixed the next failure...

parent 1119b032
...@@ -62,6 +62,8 @@ class TestDCDFile(unittest.TestCase): ...@@ -62,6 +62,8 @@ class TestDCDFile(unittest.TestCase):
self.assertEqual(10, dcd._dcd._modelCount) self.assertEqual(10, dcd._dcd._modelCount)
len2 = os.stat(fname).st_size len2 = os.stat(fname).st_size
self.assertTrue(len2-len1 > 3*4*5*system.getNumParticles()) self.assertTrue(len2-len1 > 3*4*5*system.getNumParticles())
del simulation
del dcd
os.remove(fname) os.remove(fname)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment