ncvx
ncvx copied to clipboard
Fixed - AttributeError: 'numpy.ndarray' object has no attribute 'A'
In ncvx/admm_problem.py : changed Line 471 - sltn = noncvx_vars[0].z.value.A.copy() to sltn = np.asarray(noncvx_vars[0].z.value).copy()