Skip to content

Commit aa254cc

Browse files
fabinschjcarpent
andauthored
Update test/src/dense_qp_solve.py
Co-authored-by: Justin Carpentier <[email protected]>
1 parent 60d7dff commit aa254cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/dense_qp_solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def test_solve_qpsolvers_problem(self):
376376
)
377377
file_path = os.path.dirname(os.path.realpath(__file__))
378378
data_path = os.path.join(file_path, "..", "data")
379-
m = spio.loadmat(os.path.join(data_path, "qpsolvers_data.mat"), squeeze_me=True)
379+
m = spio.loadmat(os.path.join(data_path, "simple_qp_with_inifinity_lower_bound.mat"), squeeze_me=True)
380380
P = m["P"].astype(float)
381381
q = m["q"].astype(float)
382382
A = m["A"].astype(float).reshape((1, 3))

0 commit comments

Comments
 (0)