We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd8251 commit 3669f62Copy full SHA for 3669f62
tests/mesh/test-polytiff.cpp
@@ -42,9 +42,9 @@ int main()
42
const auto surface = geode::load_polygonal_surface< 3 >(
43
absl::StrCat( geode::DATA_PATH, "cea.tiff" ) );
44
geode::save_polygonal_surface( *surface, "cea.og_psf3d" );
45
- OPENGEODE_EXCEPTION( surface->nb_vertices() == 255281,
+ OPENGEODE_EXCEPTION( surface->nb_vertices() == 255222,
46
"[Test] Number of vertices in the loaded Surface is not correct" );
47
- OPENGEODE_EXCEPTION( surface->nb_polygons() == 244433,
+ OPENGEODE_EXCEPTION( surface->nb_polygons() == 244409,
48
"[Test] Number of polygons in the loaded Surface is not correct" );
49
50
geode::Logger::info( "[TEST SUCCESS]" );
0 commit comments