Skip to content

Commit

Permalink
accidentally left out
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjmurray committed May 22, 2021
1 parent 1509a42 commit 63990f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sageopt/symbolic/polynomials.py
Expand Up @@ -655,7 +655,6 @@ def parse_coniclifts_constraints(self, logspace_cons):
A, b, K, variable_map, all_variables, _ = cl.compile_constrained_system(logspace_cons)
A = A.toarray()
selector = variable_map[self._y.name].ravel()
#A0 = np.hstack((A, np.zeros(shape=(A.shape[0], 1))))
A0 = np.column_stack((A, np.zeros(A.shape[0])))
A_lift = A0[:, selector]
aux_len = A.shape[1] - np.count_nonzero(selector != -1)
Expand Down

0 comments on commit 63990f2

Please sign in to comment.