Skip to content

Commit

Permalink
fix test python brep
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisbonneau committed Jan 14, 2024
1 parent c0bebeb commit 6ffb355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/tests/test-py-brep.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def launch_component_meshes_validity_checks(result, verbose):
nb_invalids += meshes_degenerations_validity(result.degenerations,verbose)
nb_invalids += meshes_intersections_validity(result.intersections,verbose)
nb_invalids += meshes_manifolds_validity(result.manifolds,verbose)
nb_invalids += meshes_colocations_validity(result.colocation,verbose)
nb_invalids += meshes_colocations_validity(result.meshes_colocation,verbose)
nb_invalids += meshes_unique_vertices_validity(result.unique_vertices_colocation,verbose)
return nb_invalids

Expand Down

0 comments on commit 6ffb355

Please sign in to comment.