dingo
dingo copied to clipboard
rename biomass_function to objective_function, fixes issue #82
I have renamed the biomass_function
to objective_function
in dingo/MetabolicNetwork.py
, dingo/PolytopeSampler.py
, tutorials/dingo_tutorial.ipynb
and README.md
. This fixes issue #82. I have run all the unit tests independent of gurobipy
, i.e. all except rounding.py
and fast_implementation_test.py
.