Skip to content

TypeError in PDLP and GLOP interfaces #1734

@rileyjmurray

Description

@rileyjmurray

Our CI builds are failing because of issues with the PDLP and GLOP interfaces. The problem is that the offset d in the canonicalized objective c @ x + d is of type ndarray with d.shape = (,), while the most recent PDLP and GLOP interfaces seem to require that d is a pure numeric type. This can be handled by replacing d = d.item() in the relevant interfaces.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions