Skip to content
Snippets Groups Projects
Commit 1bca65c4 authored by Ziyue Zhang's avatar Ziyue Zhang
Browse files

WIP: Last commit before rebase

parent b57b4fe5
Branches
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
...@@ -43,7 +43,7 @@ int vm_invar(const std::string& config_name) ...@@ -43,7 +43,7 @@ int vm_invar(const std::string& config_name)
fmt::print(" - output prefix: {}\n", output_prefix); fmt::print(" - output prefix: {}\n", output_prefix);
std::string VarName[4] = {"y", "Q2", "x", "t"}; 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 ============================== //============================== test definition ==============================
std::vector<eic::util::Test> Tests; std::vector<eic::util::Test> Tests;
for(int i = 0 ; i < 4 ; i++){ for(int i = 0 ; i < 4 ; i++){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment