Skip to content

Commit 1e1b8e1

Browse files
committed
fix broken call in mosek setup
1 parent c297503 commit 1e1b8e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linopy/solvers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
with contextlib.suppress(mosek.Error):
104104
t = mosek.Task()
105105
t.optimize()
106-
m.checkinall()
107106

108107
available_solvers.append("mosek")
109108

0 commit comments

Comments
 (0)