You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
w = zeros(length(disturbance_inputs)) # Disturbance input
198
-
@test f(x0, u, p, t, w) == zeros(5)
198
+
@test f_oop(x0, u, p, t, w) == zeros(5)
199
199
@test g(x0, u, p, 0.0) == [0, 0, 0, 0]
200
200
201
201
# Non-zero disturbance inputs should result in non-zero state derivatives. We call `sort` since we do not generally know the order of the state variables
0 commit comments