Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWitty committed Aug 28, 2024
1 parent 112f93c commit c9a91f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ def __init__(
ModelFixture(
os.path.join(MODELS_PATH, "LV_rabbits_wolves_model03_regnet.json"), "beta"
),
ModelFixture(os.path.join(MODELS_PATH, "LacOperon.json"), "k_1", has_distributional_parameters=False),
ModelFixture(
os.path.join(MODELS_PATH, "LacOperon.json"),
"k_1",
has_distributional_parameters=False,
),
]

STOCKFLOW_MODELS = [
Expand Down

0 comments on commit c9a91f0

Please sign in to comment.