We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b61598 commit d00cae9Copy full SHA for d00cae9
1 file changed
dabench/data/_qgs.py
@@ -123,7 +123,7 @@ def rhs(self,
123
) -> np.ndarray:
124
"""Vector field (tendencies) of qgs system
125
126
- Arg:
+ Args:
127
x: State vector, shape: (system_dim)
128
t: times vector. Required as argument slot for some numerical
129
integrators but unused.
@@ -142,7 +142,7 @@ def Jacobian(self,
142
143
"""Jacobian of the qgs system
144
145
146
147
148
0 commit comments