Skip to content

Commit

Permalink
test nothing-undef mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Feb 9, 2024
1 parent 8c9ee04 commit 85ae8d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/perlobj.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
@test i.VERTICES[1, :] == [1, 0, Polymake.QuadraticExtension{Polymake.Rational}(1//4, 1//4, 5), 1//2]
@test i.VOLUME == Polymake.QuadraticExtension{Polymake.Rational}(5//4, 5//12, 5)
@test Polymake.bigobject_eltype(i) == "QuadraticExtension"

undefobj = Polymake.polytope.Polytope(POINTS=nothing)
@test undefobj.POINTS === nothing
end

@testset verbose=true "attachments" begin
Expand Down

0 comments on commit 85ae8d7

Please sign in to comment.