Skip to content

matrix(QQ,foo) not working for vertices_and_rays output #3524

Open
@YueRen

Description

@YueRen

Apologies for the very crude report (busy with workshop), but the following errors were encountered with @yassineELMAAZOUZ

julia> VR = [0 0 0; 1 0 0; 0 1 0; -1 0 0];

julia> IM = IncidenceMatrix([[1,2,3],[1,3,4]]);

julia> far_vertices = [2,3,4];

julia> L = [0 0 1];

julia> PC = polyhedral_complex(IM, VR, far_vertices, L)
Polyhedral complex in ambient dimension 3

julia> matrix(QQ,vertices_and_rays(PC))
ERROR: ArgumentError: Matrix for Polymake not defined in this context.
Stacktrace:
 [1] matrix_for_polymake(iter::SubObjectIterator{Union{PointVector{QQFieldElem}, RayVector{QQFieldElem}}}; homogenized::Bool)
   @ Oscar ~/.julia/dev/Oscar/src/PolyhedralGeometry/iterators.jl:275
 [2] matrix_for_polymake
   @ ~/.julia/dev/Oscar/src/PolyhedralGeometry/iterators.jl:271 [inlined]
 [3] matrix(R::QQField, iter::SubObjectIterator{Union{PointVector{QQFieldElem}, RayVector{QQFieldElem}}})
   @ Oscar ~/.julia/dev/Oscar/src/PolyhedralGeometry/iterators.jl:292
 [4] top-level scope
   @ REPL[115]:1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtopic: polyhedral geometryIssue concerns polyhedral geometry code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions