From 90e54217bebe38a22b5316cdb2fbb1cccdd714c0 Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Tue, 12 Mar 2024 12:23:34 +0100 Subject: [PATCH] Update test/Serialization/PolyhedralGeometry.jl --- test/Serialization/PolyhedralGeometry.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Serialization/PolyhedralGeometry.jl b/test/Serialization/PolyhedralGeometry.jl index 922efc6f2801..98296490769d 100644 --- a/test/Serialization/PolyhedralGeometry.jl +++ b/test/Serialization/PolyhedralGeometry.jl @@ -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)