JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
124 stars 26 forks source link

Subdivide tests and rewrite try/catch/continue #25

Closed swt30 closed 8 years ago

swt30 commented 8 years ago

Continue statements in tests cause problems (JuliaLang/julia#17908) so I rewrote those, split the tests into individual test sets, and added a missing import. The tests now work on julia 0.4, but 0.5 still has issues.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 7a04d03424fd8f565c80b3aac04d4efcdcbfeb90 on swt30:fix-tests into \ on JuliaGeometry:master**.

swt30 commented 8 years ago

Tests should now work on julia 0.5 once a new GeometricalPredicates is tagged.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling b98c79caf7de5346477e51004d1e0d8ef5380045 on swt30:fix-tests into \ on JuliaGeometry:master**.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 0c541f6358d63d4aa2677384f931da31c053dd0f on swt30:fix-tests into \ on JuliaGeometry:master**.

skariel commented 8 years ago

Merged, thanks