Skip to content

Commit

Permalink
clear sys for serialized test
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Jan 16, 2025
1 parent 6d481cd commit 420ff7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_parse_psse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ end
@test get_current_active_power(get_component(StandardLoad, sys, "load10021")) == 223.71
@test get_impedance_reactive_power(get_component(StandardLoad, sys, "load10021")) ==
583.546
PSB.clear_serialized_systems("psse_Benchmark_4ger_33_2015_sys")
sys2 = build_system(PSYTestSystems, "psse_Benchmark_4ger_33_2015_sys") # Constant_active/reactive_power read in pu during parsing
@test get_constant_active_power(get_component(StandardLoad, sys2, "load71")) == 9.67
@test get_constant_reactive_power(get_component(StandardLoad, sys2, "load71")) == 1.0
Expand Down

0 comments on commit 420ff7f

Please sign in to comment.