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
matrices2, _ = Blocks.get_sensitivity(model, :y; op) # Test that we get the same result when calling the higher-level API
156
+
@test matrices1.f_x ≈ matrices2.A[1:7, 1:7]
157
+
nsys =get_named_sensitivity(model, :y; op) # Test that we get the same result when calling an even higher-level API
158
+
@test matrices2.A ≈ nsys.A
159
+
end
156
160
157
161
# Test the same thing for comp sensitivities
158
162
159
163
Sf, simplified_sys = Blocks.get_comp_sensitivity_function(model, :y) # This should work without providing an operating opint containing a dummy derivative
0 commit comments