Skip to content

Commit

Permalink
ENZML-83 Fixed enzmldoc missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Range committed Jun 23, 2021
1 parent 52ab2a7 commit 17d351f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyenzyme/enzymeml/models/michaelismenten.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Author: Jan Range
License: BSD-2 clause
-----
Last Modified: Tuesday June 22nd 2021 10:16:22 pm
Last Modified: Wednesday June 23rd 2021 10:30:15 pm
Modified By: Jan Range (<jan.range@simtech.uni-stuttgart.de>)
-----
Copyright (c) 2021 Institute of Biochemistry and Technical Biochemistry Stuttgart
Expand Down Expand Up @@ -35,4 +35,4 @@ def MichaelisMenten(

}

return KineticModel(equation, parameters)
return KineticModel(equation, parameters, enzmldoc)

0 comments on commit 17d351f

Please sign in to comment.