Skip to content

Commit

Permalink
FIX: scaling for pf_bf relaxation tests
Browse files Browse the repository at this point in the history
the sbase_scale_factor=1.0 was causing SCS solver problems, adjusted to 100.0
  • Loading branch information
pseudocubic committed Sep 20, 2023
1 parent 8915cb4 commit 3858b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pf_bf.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
data = deepcopy(case3_unbalanced)
apply_voltage_bounds!(data; vm_lb=0.9, vm_ub=1.1)

data["settings"]["sbase_default"] = 1.0
data["settings"]["sbase_default"] = 100.0

merge!(data["voltage_source"]["source"], Dict{String,Any}(
"cost_pg_parameters" => [0.0, 1000.0, 0.0],
Expand Down

0 comments on commit 3858b18

Please sign in to comment.