Skip to content

Commit

Permalink
Merge pull request #56 from MetaSys-LISBP/dev
Browse files Browse the repository at this point in the history
Fixed typo in X_0
  • Loading branch information
llegregam committed Mar 27, 2024
2 parents 41349d6 + 85123c9 commit c0ec1d7
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 c0ec1d7

Please sign in to comment.