Skip to content

Commit

Permalink
Update strainDesignMILP.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VonAlphaBisZulu committed Sep 6, 2022
1 parent 123e3ef commit 202c86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions straindesign/strainDesignMILP.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ def compute_optimal(self, **kwargs):
else:
logging.info('Time limit reached.')
# Translate solutions into dict
sd_dict = []
for sol in sols:
sd_dict += [self.sd2dict(sol, self.show_no_ki)]
return self.build_sd_solution(sd_dict, status, BEST)
Expand Down

0 comments on commit 202c86e

Please sign in to comment.