Closed EmanuelGoncalves closed 5 years ago
Hi,
Model simplify function would benefit from having argument constraints:
c_model = simplify(c_model, constraints=environmental_conditions, inplace=False)
This would allow to retrieve a context-specific model without changing the original one.
Thanks,
Had forgotten about this... :)
I added the argument, it will come in the next release.
Hi,
Model simplify function would benefit from having argument constraints:
c_model = simplify(c_model, constraints=environmental_conditions, inplace=False)
This would allow to retrieve a context-specific model without changing the original one.
Thanks,