analytic_mode.py
Go to the documentation of this file.
1 #!/usr/bin/env python
2 
3 # Choose the tolerance relatively large, because it the comparison is a linear interpolation!
4 t.checklist = { \
5  'mainout.dat' : { 'method':'listcompare', 'tolerance':[5e-4,5e-4,5e-4] ,'x_column':1, 'y_column':[2,3,5]}, \
6 }
7 t.program = t.basedir + "/bin/winnet"
8 t.testdir = t.basedir + "/test/" + t.testname
9 t.logfile = t.testdir + ".log"
10 t.arcfile = t.testdir + ".tar.xz"