Skip to content
Snippets Groups Projects
Commit ae034a78 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

vmGlgExample.generate: Also add the absTolerance parameter with value 0.01 by default

parent 995718e1
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ vmGlgExample.generateTest = function(contract, prf = 10, t = 10, t_prf = 12, ...
names(cmpvals),
sprintf("%.2f", cmpvals),
sep = " = ", collapse = ", \n\t\t");
code = paste0(code, "\t\t", check.str, "\n\t);\n");
code = paste0(code, "\t\t", check.str, ",\n\tabsTolerance = 0.01\n\t);\n");
code = paste0(code, "})\n");
cat(code);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment