diffcp icon indicating copy to clipboard operation
diffcp copied to clipboard

README example: Uses `examples/utils` instead of `diffcp.utils`

Open bamos opened this issue 4 years ago • 1 comments

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

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?

bamos avatar Oct 03 '19 13:10 bamos