ctest ref val for readpdb_mult
[unres.git] / ctest / dock_newcorr / wham_check.sh
index 9549787..59e39c0 100755 (executable)
@@ -25,13 +25,13 @@ echo 'average rms for T<280 ' $rms
   error=1
  fi
 
- if [ `echo "a=$max-206;if(0>a)a*=-1;a>100.0"|bc -l` != "0" ]; then
-  echo 'ERROR wrong T max of Cv(T) by more than 100 K'
+ if [ `echo "a=$max-266;if(0>a)a*=-1;a>50.0"|bc -l` != "0" ]; then
+  echo 'ERROR wrong T max of Cv(T) by more than 50 K'
   error=1
  fi
 
- if [ `echo "a=$rms-9.7;if(0>a)a*=-1;a>2.0"|bc -l` != "0" ]; then
-  echo 'ERROR wrong average rms for T<280 by more than 2.0'
+ if [ `echo "a=$rms-1.8;if(0>a)a*=-1;a>4.0"|bc -l` != "0" ]; then
+  echo 'ERROR wrong average rms for T<280 by more than 4.0'
   error=1
  fi