Skip to content

Commit

Permalink
Fixed typo in X_0
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed Mar 27, 2024
1 parent eda57c7 commit 85123c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physiofit/models/model_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, data):
def get_params(self):

self.parameters_to_estimate = {
"X_O" : self.vini,
"X_0" : self.vini,
"growth_rate" : self.vini
}
self.fixed_parameters = {"Degradation": {
Expand Down

0 comments on commit 85123c9

Please sign in to comment.