Skip to content

Commit f1cdf95

Browse files
Remove erraneously added comment
1 parent 32ff742 commit f1cdf95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

linopy/solvers.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,11 +472,6 @@ def get_solver_solution() -> Solution:
472472
sol = df[variables_b][2]
473473
dual = df[~variables_b][3]
474474

475-
# import ipdb
476-
# ipdb.set_trace()
477-
# TODO the problem is that this sol file has both rows and columns in it, and uses original names
478-
# linopy requires highs for MPS files anyway, so we can use highs for MPS to tell which ones are vars
479-
480475
return Solution(sol, dual, objective)
481476

482477
solution = self.safe_get_solution(status=status, func=get_solver_solution)

0 commit comments

Comments
 (0)