[TD-3980]
This commit is contained in:
parent
8155c9fb34
commit
be224d3af0
|
@ -30,7 +30,7 @@ end
|
||||||
function test_finalize(ans, key)
|
function test_finalize(ans, key)
|
||||||
local ret = 0.0
|
local ret = 0.0
|
||||||
|
|
||||||
if (ans[key] ~= nil)
|
if (ans[key] ~= nil and ans[key]["num"] == 30000)
|
||||||
then
|
then
|
||||||
ret = ans[key]["sum"]/ans[key]["num"]
|
ret = ans[key]["sum"]/ans[key]["num"]
|
||||||
ans[key]["sum"] = 0.0
|
ans[key]["sum"] = 0.0
|
||||||
|
|
Loading…
Reference in New Issue