Skip to content

Commit

Permalink
remove important parameter for LacOperon
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWitty committed Aug 27, 2024
1 parent dbbcb09 commit 040ac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ 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"),
ModelFixture(os.path.join(MODELS_PATH, "LacOperon.json")),
]

STOCKFLOW_MODELS = [
Expand Down

0 comments on commit 040ac12

Please sign in to comment.