read_trajectory.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':[1e-10,1e-10] ,'x_column':1, 'y_column':[2,3]}, \
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.gz"