Skip to content

Commit

Permalink
you drunk black, go home
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Sep 4, 2024
1 parent 962ff03 commit d8eb4de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_medium/test_boundary_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ def test_find_external_compartment_multi(model: Model) -> None:


@pytest.mark.parametrize("compartment", ["C_e", "e0"])
def test_find_external_popular_reconstructions(model: Model, compartment, caplog) -> None:
def test_find_external_popular_reconstructions(
model: Model, compartment, caplog
) -> None:
"""Test some additional id formats."""
for ex in model.exchanges:
ex.reactants[0].compartment = compartment
Expand Down

0 comments on commit d8eb4de

Please sign in to comment.