Open Robaina opened 1 year ago
Hey @cdanielmachado,
I have found an error when CPLEX is not used as the default solver (also reported in this closed issue).
It seems due to this single line:
https://github.com/cdanielmachado/carveme/blob/766291005915cc51e8eebb3bd0bfff2dcb03cdc0/carveme/__init__.py#L14
which is commented in the repo, but uncommented in version 1.5.2 in pip (latest). Updating the code in pip would fix this issue.
Thanks!
Hey @cdanielmachado,
I have found an error when CPLEX is not used as the default solver (also reported in this closed issue).
It seems due to this single line:
https://github.com/cdanielmachado/carveme/blob/766291005915cc51e8eebb3bd0bfff2dcb03cdc0/carveme/__init__.py#L14
which is commented in the repo, but uncommented in version 1.5.2 in pip (latest). Updating the code in pip would fix this issue.
Thanks!