Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
jparismorgan committed Oct 16, 2024
1 parent e99bafd commit f5bd74d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/include/test/unit_flat_pq_index.cc
Original file line number Diff line number Diff line change
Expand Up @@ -534,13 +534,13 @@ TEMPLATE_TEST_CASE(
scale *= a_vx_pqx2;
}

CHECK(a_vx_pqx2 / scale < 0.00005);
CHECK(a_dpqx_evx2 / scale < 0.00005);
CHECK(s_evx_pqx2 / scale < 0.00005);
CHECK(ss_vx_dpqx2 / scale < 0.00005);
CHECK(s_evx_edpqx2 / scale < 0.00005);
CHECK(a_evx_edpqx2 / scale < 0.00005);
CHECK(ss_devx_dpqx2 / scale < 0.00005);
CHECK(a_vx_pqx2 / scale < 0.00006);
CHECK(a_dpqx_evx2 / scale < 0.00006);
CHECK(s_evx_pqx2 / scale < 0.00006);
CHECK(ss_vx_dpqx2 / scale < 0.00006);
CHECK(s_evx_edpqx2 / scale < 0.00006);
CHECK(a_evx_edpqx2 / scale < 0.00006);
CHECK(ss_devx_dpqx2 / scale < 0.00006);
CHECK(ss_devx_vx2 / scale < 0.000075);
}
}
Expand Down

0 comments on commit f5bd74d

Please sign in to comment.