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
Copy file name to clipboardExpand all lines: test/downstream/inversemodel.jl
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -131,28 +131,28 @@ sol = solve(prob, Rodas5P())
131
131
132
132
# we need to provide `op` so the initialization system knows what to hold constant
133
133
# the values don't matter
134
-
Sf, simplified_sys =Blocks.get_sensitivity_function(model, :y; op); # This should work without providing an operating opint containing a dummy derivative
134
+
Sf, simplified_sys =get_sensitivity_function(model, :y; op); # This should work without providing an operating opint containing a dummy derivative
0 commit comments