Skip to content

Commit e131cd2

Browse files
author
Kevin CO
committed
Comment artefacts
1 parent f4efa64 commit e131cd2

4 files changed

Lines changed: 12 additions & 785 deletions

File tree

cocofest/models/ding2007/ding2007_with_fatigue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def system_dynamics(
126126
The system dynamics is the function that describes the models.
127127
128128
Parameters
129-
# ----------
129+
----------
130130
time: MX
131131
The system's current node time
132132
states: MX

cocofest/models/hmed2018/hmed2018.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ def system_dynamics(
124124
) -> MX:
125125
"""
126126
The system dynamics is the function that describes the models.
127-
#
128-
# Parameters
129-
# ----------
127+
128+
Parameters
129+
----------
130130
time: MX
131131
The system's current node time
132132
states: MX

cocofest/models/hmed2018/hmed2018_with_fatigue.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,22 +122,22 @@ def system_dynamics(
122122
numerical_timeseries: MX,
123123
) -> MX:
124124
"""
125-
The system dynamics is the function that describes the models.
125+
The system dynamics is the function that describes the models.
126126
127-
Parameters
127+
Parameters
128128
----------
129129
time: MX
130130
The system's current node time
131-
states: MX
131+
states: MX
132132
The state of the system CN, F, A, Tau1, Km
133-
controls: MX
133+
controls: MX
134134
The controls of the system, pulse_intensity
135-
numerical_timeseries: MX
135+
numerical_timeseries: MX
136136
The numerical timeseries of the system
137137
138-
Returns
139-
-------
140-
The value of the derivative of each state dx/dt at the current time t
138+
Returns
139+
-------
140+
The value of the derivative of each state dx/dt at the current time t
141141
"""
142142
t = time
143143
cn = states[0]

0 commit comments

Comments
 (0)