Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SCM-NV/qmflows
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Nov 22, 2018
2 parents 5fadab1 + 8a5efc6 commit 1515713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test_QD/test_qd.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,8 @@ def test_input():
QD.prep(input_ligands, input_cores, path, argument_dict)
argument_dict['dummy'] = 'Cd'
QD.prep(input_ligands, input_cores, path, argument_dict)

exclusion = ['AcOH.mol', 'AcOH.pdb', 'AcOH.txt', 'AcOH.xyz', 'Cd68Se55.xyz']
for file in os.listdir(folder_path):
if file not in exclusion:
os.remove(os.path.join(folder_path, file))

0 comments on commit 1515713

Please sign in to comment.