Commit 97226839 authored by Umang Yadav's avatar Umang Yadav
Browse files

add comment

parent 10466ee1
...@@ -260,6 +260,7 @@ bool verify_range_with_threshold(const R1& r1, ...@@ -260,6 +260,7 @@ bool verify_range_with_threshold(const R1& r1,
double* out_error = nullptr) double* out_error = nullptr)
{ {
auto rms_error = rms_range(r1, r2.data()); auto rms_error = rms_range(r1, r2.data());
// disable ewise_verify for now, it requires lot of tests to be fixed
// auto ewise_verify = allclose(r1, r2.data(), tols); // auto ewise_verify = allclose(r1, r2.data(), tols);
if(out_error != nullptr) if(out_error != nullptr)
*out_error = rms_error; *out_error = rms_error;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment