Skip to content

Commit fa03ceb

Browse files
committed
fix merge conflicts
1 parent aa2fbd4 commit fa03ceb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ def nlp_model_ctor(request):
4545
if mosek.is_library_loaded():
4646
model_interface_dict_full["mosek"] = mosek.Model
4747
if highs.is_library_loaded():
48-
model_interface_dict["highs"] = highs.Model
48+
model_interface_dict_full["highs"] = highs.Model
4949
if knitro.is_library_loaded() and knitro.has_valid_license():
50-
model_interface_dict["knitro"] = knitro.Model
50+
model_interface_dict_full["knitro"] = knitro.Model
5151

5252

5353
@pytest.fixture(params=model_interface_dict_full.keys())

0 commit comments

Comments
 (0)