Skip to content

Commit

Permalink
update printing
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jul 8, 2024
1 parent a4b2c80 commit 63062a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_case10_staticbranches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Ybus_change = NetworkSwitch(
T = ResidualModel
inputs = PSID.get_simulation_inputs(sim)
x_eval = PSID.get_initial_conditions(sim)
jacobian = PSID.get_jacobian(T, inputs, x_eval, 0)
jacwrapper = PSID.get_jacobian(T, inputs, x_eval, 0)
jacobian = jacwrapper.Jv
println("jacobian:")
println(jacobian)
mass_matrix = PSID.get_mass_matrix(inputs)
Expand Down

0 comments on commit 63062a2

Please sign in to comment.