expand.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 t.checklist = { \
4  'mainout.dat' : { 'method':'listcompare', 'tolerance':[1e-2,1e-2,1e-7] ,'x_column':1, 'y_column':[2,3,5]}, \
5  'finab.dat' : { 'method':'exists'}}
6 t.program = t.basedir + "/bin/winnet"
7 t.testdir = t.basedir + "/test/" + t.testname
8 t.logfile = t.testdir + ".log"
9 t.arcfile = t.testdir + ".tar.xz"