You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.