Merge pull request #7145 from afabri/Orthtree-remove_wrong_assertion-GF

Orthree: Fix testsuite code
This commit is contained in:
Laurent Rineau 2023-01-27 20:50:17 +01:00
commit d6a4e23c9b
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ void test(std::size_t dataset_size) {
// Count the jumps in depth
auto jumps = count_jumps(octree);
std::cout << "un-graded octree has " << jumps << " jumps" << std::endl;
assert(jumps > 0);
// Grade the octree
octree.grade();