Skip to content

Commit 16cd4ac

Browse files
committed
Adjust threshold slightly for vtk 9.5 change
1 parent 72faeb8 commit 16cd4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Testing/OptimizeTests/OptimizeTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ TEST(OptimizeTests, procrustes_scale_only_test) {
476476
std::cerr << "Eigenvalue " << i << " : " << values[i] << "\n";
477477
}
478478
ASSERT_GT(values[values.size() - 1], 275.0);
479-
ASSERT_LT(values[values.size() - 1], 365.0);
479+
ASSERT_LT(values[values.size() - 1], 380.0);
480480
}
481481

482482
// TODO Move this to mesh tests?

0 commit comments

Comments
 (0)