Commit cbe0efa1 by Grinaway

fixed some syntax issues.

parent 3535e091
...@@ -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
......
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