adjusted test script: all tests pass

* renamed scripts/propka.py to propka31.py so that it can be run
  without import issues
* ran the tests and no difference to the fixtures was detected
This commit is contained in:
Oliver Beckstein
2013-07-25 11:57:01 -07:00
parent 7008ed9f24
commit df9cbc04ec
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ for pdb in pdbs:
print('RUNNING '+pdb) print('RUNNING '+pdb)
# Run pka calculation # Run pka calculation
call([sys.executable, '../propka.py','pdb/'+pdb+'.pdb'], stdout = open(pdb+'.out', 'w+')) call([sys.executable, '../scripts/propka31.py','pdb/'+pdb+'.pdb'], stdout = open(pdb+'.out', 'w+'))
# Test pka predictiona # Test pka predictiona
result = open('results/'+pdb+'.dat','r') result = open('results/'+pdb+'.dat','r')