Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdbfixer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pdbfixer
Commits
cbe0efa1
Commit
cbe0efa1
authored
Mar 28, 2014
by
Grinaway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed some syntax issues.
parent
3535e091
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
tests/test_build_and_simulate.py
+0
-10
No files found.
tests/test_build_and_simulate.py
View file @
cbe0efa1
...
@@ -125,16 +125,6 @@ def test_build_and_simulate():
...
@@ -125,16 +125,6 @@ def test_build_and_simulate():
infile
.
close
()
infile
.
close
()
outfile
.
close
()
outfile
.
close
()
except
Timeout
as
e
:
print
str
(
e
)
timeout
.
cancel
()
print
"PDB code
%
s timed out in stage '
%
s'."
%
(
pdbcode
,
stage
)
except
Exception
as
e
:
print
str
(
e
)
timeout
.
cancel
()
success
=
False
# Test simulating this with OpenMM.
# Test simulating this with OpenMM.
if
pdbcode
in
pdbcodes_to_simulate
:
if
pdbcode
in
pdbcodes_to_simulate
:
timeout_seconds
=
30.0
timeout_seconds
=
30.0
...
...
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