Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
f1e31c1d
Commit
f1e31c1d
authored
Mar 03, 2017
by
peastman
Browse files
Fixed the next failure...
parent
1119b032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
wrappers/python/tests/TestDcdFile.py
wrappers/python/tests/TestDcdFile.py
+2
-0
No files found.
wrappers/python/tests/TestDcdFile.py
View file @
f1e31c1d
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment