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
5e733a33
Commit
5e733a33
authored
Aug 12, 2015
by
Robert McGibbon
Browse files
Close file before deleting in TestAmberPrmtopFile.py
parent
7ee7de16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
wrappers/python/tests/TestAmberPrmtopFile.py
wrappers/python/tests/TestAmberPrmtopFile.py
+1
-0
No files found.
wrappers/python/tests/TestAmberPrmtopFile.py
View file @
5e733a33
...
...
@@ -315,6 +315,7 @@ class TestAmberPrmtopFile(unittest.TestCase):
fname
=
tempfile
.
mktemp
(
suffix
=
'.dcd'
)
simulation
.
reporters
.
append
(
DCDReporter
(
fname
,
1
))
# This is an explicit test for the bugs in issue #850
simulation
.
step
(
5
)
del
simulation
os
.
remove
(
fname
)
def
testChamber
(
self
):
...
...
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