Skip to content

Commit

Permalink
'parameter_names' --> 'parameters'
Browse files Browse the repository at this point in the history
  • Loading branch information
twallema committed Dec 11, 2023
1 parent b7829cf commit d251de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class ODE_SIR(ODE):
"""
states = ['S','I','R']
parameter_names = ['beta','gamma']
parameters = ['beta','gamma']
@staticmethod
def integrate(t, S, I, R, beta, gamma):
Expand Down

0 comments on commit d251de8

Please sign in to comment.