Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
j-c-gibson committed Dec 4, 2024
1 parent fff1247 commit 86ecb6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pygom/model/base_ode_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ def parameters(self):
"""
if not hasattr(self, "_parameters"):
return None
<<<<<<< HEAD

=======
>>>>>>> 8392bdc583652db66b54b5e7b7ccd4868a6607c4
return self._parameters

@parameters.setter
Expand Down

0 comments on commit 86ecb6f

Please sign in to comment.