Spencer M. Richards
Spencer M. Richards
@akshayka thanks for taking a look! Some context: I'm doing constrained least-squares regression in feature space (I just removed the constraints in the example code). The dimension `n` for me...
@chayan18 1) For the options: - `np_dtype` is used to specify the datatype for all numpy arrays to avoid such errors as trying to add two arrays of incompatible dtype...
I'm also getting a seg-fault with the following code adapted from the OSQP demo (https://osqp.org/docs/examples/demo.html). I'm using Python 3.8.3 and OSQP 0.6.1 in a fresh conda environment, on macOS Catalina...
@FreyJo thank you for the tip and your time! While this issue has been closed, I hope you don't mind if I continue to report on this to help solve...
I've included some example code ([test_diffcp_vjp.txt](https://github.com/cvxgrp/diffcp/files/4647252/test_diffcp_vjp.txt)), where I've just copied in `solve_and_derivative_internal` and edited the returned `DT` function to also output `r` and `pi_z`. I then run this on the...