Skip to content

Redundant methods in MetabolicNetwork #95

@vfisikop

Description

@vfisikop

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions