Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Dec 6, 2023
1 parent 8859c25 commit 81c1fe5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mira/metamodel/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,16 +431,14 @@ def simplify_rate_laws(template_model: TemplateModel):
return template_model


def aggregate_parameters(template_model, exclude=None):
def aggregate_parameters(template_model: TemplateModel) -> TemplateModel:
"""Return a template model after aggregating parameters for mass-action
rate laws.
Parameters
----------
template_model :
A template model whose rate laws will be aggregated.
exclude :
A list of parameters to exclude from aggregation.
Returns
-------
Expand Down

0 comments on commit 81c1fe5

Please sign in to comment.