Ejemplo n.º 1
0
def test_largest_compartment_id_met(model, expected):
    """
    Expect the ID of the compartment with most metabolites to be identified.
    """
    assert helpers.largest_compartment_id_met(model) == expected
Ejemplo n.º 2
0
def test_largest_compartment_id_met(model, expected):
    """
    Expect the ID of the compartment with most metabolites to be identified.
    """
    assert helpers.largest_compartment_id_met(model) == expected
Ejemplo n.º 3
0
def test_largest_compartment_id_equal_sizes(model):
    """Expect the compartment ID of the model to be found correctly."""
    helpers.largest_compartment_id_met(model)
Ejemplo n.º 4
0
def test_largest_compartment_id_equal_sizes(model):
    """Expect the compartment ID of the model to be found correctly."""
    helpers.largest_compartment_id_met(model)