CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.98k stars 1.39k forks source link

[Mesh_3] Seed depend test failure? #8338

Open sloriot opened 4 months ago

sloriot commented 4 months ago

https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.0-Ic-281/Mesh_3/TestReport_Christo_MSVC-2022-Preview-Release.gz

CGAL::Random()::get_seed() = 1720085784

...

Parallel mesh generation from a polyhedron with edges:
    Seed is 1720085784
    Hausdorff distance to polyhedron is 6.66134e-16
    Hausdorff distance to polyhedron is 6.66134e-16
Assertion failed: max_facets_expected >= c3t3.number_of_facets_in_complex(), file C:\CGAL_ROOT\CGAL-6.0-Ic-281\test\Mesh_3\test_meshing_utilities.h, line 224
janetournois commented 4 months ago

this assertion happened in parallel mode, so the seed will be useless to reproduce it, unfortunately

sloriot commented 1 month ago

Happened here too, but in non-parallel context