Starting from here https://github.com/GeomScale/dingo/blob/develop/dingo/MetabolicNetwork.py#L226 it seems that there is a number of methods that are not used anywhere in the code:
- medium(self, medium: Dict[str, float])
- set_active_bound(reaction: str, reac_index: int, bound: float)
- shut_down_reaction(self, index_val)
Is this intentional? Should we remove them or they are going to be used in the future?