Last active
September 14, 2021 10:03
-
-
Save carrascomj/a4d91a926814646e36592a853516c7ac to your computer and use it in GitHub Desktop.
try_cuosqp_optlang.ipynb
This is working for me:
test_binary_variables (optlang.tests.test_osqp_interface.ModelTestCase) ... /usr/local/lib/python3.7/dist-packages/cuosqp-0.1.0-py3.7-linux-x86_64.egg/cuosqp/utils.py:20: UserWarning: Linear system solver not recognized. Using default solver CUDA PCG.
warn("Linear system solver not recognized. " +
ok
Have you changed your runtime to one with a GPU? (Runtime -> Change Runtime Type)
I have the same error (
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the fork, I changed
src/optlang/tests/test_osqp_interface.py
to allow cuosqp and removed the tests fromConstraintTestCase
(but it would have the same output).