JumpStarter
JumpStarter copied to clipboard
Fix python env setting up
- User-defined modules can not be installed by pip so I removed them, instead, they can be imported by
sys.path.append. - Update
cvxpyversion, and use@instead of*for matrix multiplication to solve warnings.