Skip to content

Commit

Permalink
Merge pull request #28 from dtu-qmcm/teddygroves-kinetic-model-bugfix
Browse files Browse the repository at this point in the history
Remove rate equations from kinetic model base class
  • Loading branch information
teddygroves authored Nov 25, 2024
2 parents 4d2ca4f + 8080720 commit b927ced
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/enzax/kinetic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class KineticModel(eqx.Module, ABC):

parameters: PyTree
structure: KineticModelStructure
rate_equations: list[RateEquation] = eqx.field(default_factory=list)

@abstractmethod
def flux(
Expand Down

0 comments on commit b927ced

Please sign in to comment.