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

WIP: factorize hist def and test def 01

parent 941aeaa1
No related branches found
No related tags found
1 merge request!42Add y, Q2, x, t resolution tests
...@@ -138,7 +138,7 @@ int vm_invar(const std::string& config_name) ...@@ -138,7 +138,7 @@ int vm_invar(const std::string& config_name)
.Define("y_dif", "y_rec - y_sim") .Define("y_dif", "y_rec - y_sim")
.Define("Q2_dif", "Q2_rec - Q2_sim") .Define("Q2_dif", "Q2_rec - Q2_sim")
.Define("x_dif", "x_rec - x_sim") .Define("x_dif", "x_rec - x_sim")
.Define("t_dif", "t_rec - t_sim"); .Define("t_dif", "t_rec - t_sim")
.Define("y_rdf", "(y_rec - y_sim)/y_sim") .Define("y_rdf", "(y_rec - y_sim)/y_sim")
.Define("Q2_rdf", "(Q2_rec - Q2_sim)/Q2_sim") .Define("Q2_rdf", "(Q2_rec - Q2_sim)/Q2_sim")
.Define("x_rdf", "(x_rec - x_sim)/x_sim") .Define("x_rdf", "(x_rec - x_sim)/x_sim")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment