X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ctest%2Fprota_unres_energy_check_mult.sh;fp=ctest%2Fprota_unres_energy_check_mult.sh;h=8ed927879dfa40811c764e6eef92f750b4a17653;hb=7615c432046c47ff6322ff328b087bbb5e806a7a;hp=c7363d61b0e2bb6773dcbf8ed6b330bfeebe1133;hpb=b84c4b1f63c491204a5b4944538a6689402de47e;p=unres.git diff --git a/ctest/prota_unres_energy_check_mult.sh b/ctest/prota_unres_energy_check_mult.sh index c7363d6..8ed9278 100755 --- a/ctest/prota_unres_energy_check_mult.sh +++ b/ctest/prota_unres_energy_check_mult.sh @@ -163,7 +163,7 @@ elif [ "$1" == "1DKZcut-min" ]; then elif [ "$1" == "1DKZcut-ene" ]; then extremediff="10000.0" # extreme energy difference, comething went terribly wrong - expectenergy="-452.4430" # - expected total energy + expectenergy="-443.2674" # - expected total energy cutoffdiff="0.01" # energy cutoff variation - more then this rises warning elif [ "$1" == "1DKZcut-micro" ]; then @@ -207,7 +207,7 @@ elif [ "$1" == "prota_CHECKGRAD" ] || [ "$1" == "1DKZcut-checkgrad" ] || [ "$1" diff=`gawk -f checkgrad.awk $file |grep 'Largest abs(1-numerical/analytical)='|awk '{printf "%15.10f",$3}'` gawk -f checkgrad.awk $file - if [ `echo "a=${diff};a>0.0003"|bc -l` != "0" ]; then + if [ `echo "a=${diff};a>0.0005"|bc -l` != "0" ]; then echo 'ERROR largest abs(1-numerical/analytical)' ${diff} echo ' greater than 0.0005' exit 1