Skip to content

Setting Verbose=True in r2HPDHG initialization causes error in mpax.solver_log.display_problem_details #13

@biltang

Description

@biltang

When setting Verbose=True for r2HPDHG, the function will call mpax.solver_log.display_problem_details, which throws an error on line 195, since qp.constraint_matrix.data will throw an AttributeError: 'jaxlib.xla_extension.ArrayImpl' object has no attribute 'data'. I'm not familiar with jax, but wanted to raise this as an issue! Setting Verbose=False gets around this issue of course.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions