From 1bca65c4bae70912a666e66517b2ceddd21bf4c5 Mon Sep 17 00:00:00 2001 From: Ziyue Zhang <Ziyue_Zhang@localhost.localdomain> Date: Wed, 31 Mar 2021 13:57:26 -0500 Subject: [PATCH] WIP: Last commit before rebase --- benchmarks/dvmp/analysis/vm_invar.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/dvmp/analysis/vm_invar.cxx b/benchmarks/dvmp/analysis/vm_invar.cxx index 68a14dbc..af57151e 100644 --- a/benchmarks/dvmp/analysis/vm_invar.cxx +++ b/benchmarks/dvmp/analysis/vm_invar.cxx @@ -43,7 +43,7 @@ int vm_invar(const std::string& config_name) fmt::print(" - output prefix: {}\n", output_prefix); std::string VarName[4] = {"y", "Q2", "x", "t"}; - double width_target[4] = {.4, .09, .35, .07}; + double width_target[4] = {.42, .093, .34, .071}; //============================== test definition ============================== std::vector<eic::util::Test> Tests; for(int i = 0 ; i < 4 ; i++){ -- GitLab