Skip to content

Commit

Permalink
Update test/Serialization/PolyhedralGeometry.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Feb 22, 2024
1 parent 945ea75 commit a5d5968
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Serialization/PolyhedralGeometry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ using Oscar: _integer_variables
end

nfdodecahedron = normal_fan(dodecahedron())
test_save_load_roundtrip(path, nfsquare) do loaded
@test n_rays(nfsquare) == n_rays(loaded)
@test number_of_maximal_cones(nfsquare) == number_of_maximal_cones(loaded)
@test dim(nfsquare) == dim(loaded)
test_save_load_roundtrip(path, nfdodecahedron) do loaded
@test n_rays(nfdodecahedron) == n_rays(loaded)
@test number_of_maximal_cones(nfdodecahedron) == number_of_maximal_cones(loaded)
@test dim(nfdodecahedron) == dim(loaded)
end
end

Expand Down

0 comments on commit a5d5968

Please sign in to comment.