You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code 'cvx.Variable(N - 1, 1)' report an error in SparseCoefRecovery.py : TypeError: Variable name 1 must be a string.
I modified it like this 'cvx.Variable(N - 1)’
the code 'cvx.Variable(N - 1, 1)' report an error in SparseCoefRecovery.py :
TypeError: Variable name 1 must be a string.I modified it like this 'cvx.Variable(N - 1)’