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 Mar 12, 2024
1 parent 4aa7a3d commit 90e5421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Serialization/PolyhedralGeometry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ using Oscar: _integer_variables

nfdodecahedron = normal_fan(dodecahedron())
# add some extra properties to check save / load
Polymake.give(pm_object(nfdodecahedron), :MAXIMAL_CONES_FACETS)
Polymake.give(Oscar.pm_object(nfdodecahedron), :MAXIMAL_CONES_FACETS)
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)
Expand Down

0 comments on commit 90e5421

Please sign in to comment.