Skip to content
Snippets Groups Projects
Commit 975e90fb authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Vertint.py.test.in: change abslim from 0.001 to 0.002

parent 71af2831
No related branches found
No related tags found
1 merge request!184M214003/develop
......@@ -15,7 +15,7 @@ RFILE=f'{DATAPATH}/{OPERATOR}_ref'
OFILE=f'{OPERATOR}_res'
t=TAPTest(f'{OPERATOR} parameter set 1')
t.add(f'{CDO} {FORMAT} {OPERATOR},90000,80000,70000,30000 {IFILE} {OFILE}')
t.add(f'{CDO} diff,abslim=0.001 {OFILE} {RFILE}')
t.add(f'{CDO} diff,abslim=0.002 {OFILE} {RFILE}')
t.clean(OFILE)
test_module.add(t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment