Closed Midnighter closed 5 years ago
Currently, the test find_reactions_with_identical_genes checks whether cobra.Reaction.genes is None, however, the attribute is often an empty string. That should also be ignored.
find_reactions_with_identical_genes
cobra.Reaction.genes is None
Currently, the test
find_reactions_with_identical_genes
checks whethercobra.Reaction.genes is None
, however, the attribute is often an empty string. That should also be ignored.