We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
examples/utils
diffcp.utils
The example in the readme uses diffcp.utils.random_cone_prog which is actually defined here: https://github.com/cvxgrp/diffcp/blob/cbea99715974e36050232d20ff22c38bb92ea91f/examples/utils.py
diffcp.utils.random_cone_prog
Perhaps the easiest solution here is to move this inside of diffcp.utils and then add the utils import to __init__ so the example in the README runs?
utils
__init__
The text was updated successfully, but these errors were encountered:
(Have done this locally and can send in a PR)
Sorry, something went wrong.
No branches or pull requests
The example in the readme uses
diffcp.utils.random_cone_prog
which is actually defined here: https://github.com/cvxgrp/diffcp/blob/cbea99715974e36050232d20ff22c38bb92ea91f/examples/utils.pyPerhaps the easiest solution here is to move this inside of
diffcp.utils
and then add theutils
import to__init__
so the example in the README runs?The text was updated successfully, but these errors were encountered: