|
@@ -311,7 +311,7 @@ test_mc_aware()
|
|
ret = 100 * ($ucth1 - $ucth2) / $ucth1
|
|
ret = 100 * ($ucth1 - $ucth2) / $ucth1
|
|
if (ret > 0) { ret } else { 0 }
|
|
if (ret > 0) { ret } else { 0 }
|
|
")
|
|
")
|
|
- check_err $(bc <<< "$deg > 10")
|
|
|
|
|
|
+ check_err $(bc <<< "$deg > 25")
|
|
|
|
|
|
local interval=$((d1 - d0))
|
|
local interval=$((d1 - d0))
|
|
local mc_ir=$(rate $u0 $u1 $interval)
|
|
local mc_ir=$(rate $u0 $u1 $interval)
|