Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
strange reason for test failure
  • Loading branch information
nwmoriarty committed May 16, 2019
1 parent cabb46b commit 83c4cab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mmtbx/monomer_library/tst_linking.py
Expand Up @@ -2476,12 +2476,13 @@ def run(only_i=None):
#break
if pdb.endswith(".cif"): continue
if pdb.endswith(".params"): continue
if pdb.endswith(".phil"): continue
if pdb in longer_tests: continue
if pdb.find("CD_GHE")>-1: continue
if pdb.find("partial")>-1: continue
#if pdb.find('SO4')==-1: continue
if pdb in ['linking_test_exclusion_SO4.pdb']: continue
print 'pdb',pdb
print 'pdb '*10,pdb
j+=1
if only_i is not None and only_i!=j: continue
for i in range(2):
Expand Down

0 comments on commit 83c4cab

Please sign in to comment.