-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve stability of tests in PolyhedralGeometry (#4197)
* introduced helper functions for stable tests in polyhedral geometry, applied to test/polyhedron.jl * increased stability for cone tests * increased stability for extended tests * increased stability for polyhedral_fan tests * increased stability for scalar_types tests * increased stability for polyhedral_complex tests * increased stability for subdivision_of_points tests * improved == for RayVector; forced RayVector != PointVector * fixed comparison between RayVectors; comparison between PointVector and RayVector now throws an error * fixed formatting for iterators.jl * added and adjusted commented test in cone.jl * increased code coverage for changes in iterators.jl * improved comparison between RayVectors * re-added test for matrix(ZZ, rays(Cone6)) * adjusted test for weights in subdivision_of_points.jl * improved comparison between RayVectors and added additional tests
- Loading branch information
1 parent
73c88fa
commit 31ca31b
Showing
10 changed files
with
139 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.