Skip to content

Commit 3669f62

Browse files
committed
fix
1 parent bbd8251 commit 3669f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/mesh/test-polytiff.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ int main()
4242
const auto surface = geode::load_polygonal_surface< 3 >(
4343
absl::StrCat( geode::DATA_PATH, "cea.tiff" ) );
4444
geode::save_polygonal_surface( *surface, "cea.og_psf3d" );
45-
OPENGEODE_EXCEPTION( surface->nb_vertices() == 255281,
45+
OPENGEODE_EXCEPTION( surface->nb_vertices() == 255222,
4646
"[Test] Number of vertices in the loaded Surface is not correct" );
47-
OPENGEODE_EXCEPTION( surface->nb_polygons() == 244433,
47+
OPENGEODE_EXCEPTION( surface->nb_polygons() == 244409,
4848
"[Test] Number of polygons in the loaded Surface is not correct" );
4949

5050
geode::Logger::info( "[TEST SUCCESS]" );

0 commit comments

Comments
 (0)