Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to psy4 #383

Merged
merged 18 commits into from
Jul 8, 2024
Prev Previous commit
Next Next commit
add sim type
rodrigomha committed Jul 8, 2024
commit a4b2c8049be437f1a00249d6a84792f77e4d98d4
1 change: 1 addition & 0 deletions test/test_case10_staticbranches.jl
Original file line number Diff line number Diff line change
@@ -47,6 +47,7 @@ Ybus_change = NetworkSwitch(
try
small_sig = small_signal_analysis(sim)
catch e
T = ResidualModel
inputs = PSID.get_simulation_inputs(sim)
x_eval = PSID.get_initial_conditions(sim)
jacobian = PSID.get_jacobian(T, inputs, x_eval, 0)