Orthree: Fix testsuite code

This commit is contained in:
Andreas Fabri 2022-12-23 16:06:36 +00:00
parent 7959549cff
commit 0c5ebc75bc
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();