Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Feb 9, 2022
1 parent 66de926 commit 6f6566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/_fixes.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def solve_qp(P, Q, G, H):
opt = np.array(x.value).reshape((Q.shape[0],))
except (
cvx.error.SolverError, cvx.error.DCPError,
scipy.sparse.linalg._eigen.arpack.arpack.ArpackNoConvergence):
scipy.sparse.linalg._eigen.arpack.ArpackNoConvergence):
opt = np.empty((Q.shape[0],))
opt[:] = np.NaN

Expand Down

0 comments on commit 6f6566e

Please sign in to comment.