xo-ratio: tidy: disable utest debug logging
This commit is contained in:
parent
e0e6fb0e09
commit
63b4255dae
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue