Something went wrong on our end
-
Ask Hjorth Larsen authoredAsk Hjorth Larsen authored
pycheck.py 408 B
from __future__ import print_function
import os
from main import main
testdir = '../../test/examples'
dirnames = ['H2O',
'H2O-relax',
'Al-slab',
'Al-uc',
'Fe',
'MgO']
for dirname in dirnames:
fname = os.path.join(testdir, dirname, 'out')
with open('out.pycheck.%s.txt' % dirname, 'w') as outfd:
main(mainFile=fname, outF=outfd)