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
I installed version 0.6.2.post0 via pip under Python 3.6 and noticed that there is no stateless solve function in the osqp namespace as claimed in the documentation:
@bstellato - I checked commit 5445af2 from the master branch of osqp-python (i.e. before I did anything to the code), and don't see that this would have worked - there's no top-level solve function available from the osqp package. Do you remember if we used to support it sometime but later removed it? Perhaps we should update the documentation to remove mention of this stateless function?
I installed version
0.6.2.post0
via pip under Python 3.6 and noticed that there is no statelesssolve
function in theosqp
namespace as claimed in the documentation:The text was updated successfully, but these errors were encountered: