opencobra/MASSef

Hard-coded indices in getOtherParamsValue

dczielinski opened this issue · 0 comments

getOtherParamsValue has an awkward behavior where it checks the dimensions of the data and expects the data to be in particular indices depending on the answer. This seems to be rather unsafe behavior if we extend the list of parameters handled by this function, so a more robust implementation would be good