JumpStarter icon indicating copy to clipboard operation
JumpStarter copied to clipboard

Fix python env setting up

Open THUzxj opened this issue 3 years ago • 0 comments

  • User-defined modules can not be installed by pip so I removed them, instead, they can be imported by sys.path.append.
  • Update cvxpy version, and use @ instead of * for matrix multiplication to solve warnings.

THUzxj avatar Jan 11 '23 02:01 THUzxj