mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-12-23 02:28:53 +00:00
Merge pull request #5557
dbecfe7d
unit_tests: make the density test a bit less stringent (moneromooo-monero)
This commit is contained in:
commit
df20bcdac5
@ -172,7 +172,7 @@ TEST(select_outputs, density)
|
|||||||
float chain_ratio = count_chain / (float)n_outs;
|
float chain_ratio = count_chain / (float)n_outs;
|
||||||
MDEBUG(count_selected << "/" << NPICKS << " outputs selected in blocks of density " << d << ", " << 100.0f * selected_ratio << "%");
|
MDEBUG(count_selected << "/" << NPICKS << " outputs selected in blocks of density " << d << ", " << 100.0f * selected_ratio << "%");
|
||||||
MDEBUG(count_chain << "/" << offsets.size() << " outputs in blocks of density " << d << ", " << 100.0f * chain_ratio << "%");
|
MDEBUG(count_chain << "/" << offsets.size() << " outputs in blocks of density " << d << ", " << 100.0f * chain_ratio << "%");
|
||||||
ASSERT_LT(fabsf(selected_ratio - chain_ratio), 0.02f);
|
ASSERT_LT(fabsf(selected_ratio - chain_ratio), 0.025f);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user