Skip to content

Commit

Permalink
xo-ratio: tidy: disable utest debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rconybea committed May 2, 2024
1 parent e0e6fb0 commit 63b4255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest/ratio.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace xo {
void
ratio_tests(Rng & rng)
{
constexpr bool debug_flag = true;
constexpr bool debug_flag = false;

std::size_t n_ratio = 25;
std::size_t n_experiment = n_ratio * n_ratio / 4;
Expand Down

0 comments on commit 63b4255

Please sign in to comment.