aewallin / openvoronoi

2D voronoi diagram for point and line-segment sites using incremental topology-oriented algorithm. C++ with python bindings. Licensed under LGPL2.1.
http://www.anderswallin.net/cam/
GNU Lesser General Public License v2.1
198 stars 68 forks source link

2014 February: 5 tests failed out of 157 #14

Closed aewallin closed 9 years ago

aewallin commented 10 years ago

these should be investigated and fixed. arcs are very experimental. the truetype tracer failing tests are probably numerical instabilities.

97% tests passed, 5 tests failed out of 157 Total Test time (real) = 68.50 sec The following tests FAILED: 5 - cpptest_arc (Failed) 7 - cpptest_arc_d (Failed) 8 - cpptest_arc_r (Failed) 23 - cpptest_ttt_glyph_big_7 (SEGFAULT) 51 - cpptest_ttt_glyph_small_35 (Failed)

aewallin commented 10 years ago

commit da996947 changes this. see commit description for details..

98% tests passed, 3 tests failed out of 157 Total Test time (real) = 67.57 sec The following tests FAILED: 5 - cpptest_arc (Failed) 7 - cpptest_arc_d (Failed) 8 - cpptest_arc_r (Failed)