Commit 1119b032 authored by peastman's avatar peastman
Browse files

Fixed test failure on Windows

parent 88da682c
...@@ -47,6 +47,7 @@ class TestDCDFile(unittest.TestCase): ...@@ -47,6 +47,7 @@ class TestDCDFile(unittest.TestCase):
simulation.step(10) simulation.step(10)
self.assertEqual(5, dcd._dcd._modelCount) self.assertEqual(5, dcd._dcd._modelCount)
del simulation del simulation
del dcd
len1 = os.stat(fname).st_size len1 = os.stat(fname).st_size
# Create a new simulation and have it append some more frames. # Create a new simulation and have it append some more frames.
......
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