Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Sep 4, 2024
1 parent 192dc3c commit 53fc090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_network_constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ end
PSI.get_constraint(opt_container, CopperPlateBalanceConstraint(), PSY.Area)
@test size(copper_plate_constraints) == (2, 24)

psi_checksolve_test(ps_model, [MOI.OPTIMAL], 662467, 1)
psi_checksolve_test(ps_model, [MOI.OPTIMAL], 671937, 1)

results = OptimizationProblemResults(ps_model)
interarea_flow = read_variable(results, "FlowActivePowerVariable__AreaInterchange")
Expand Down

0 comments on commit 53fc090

Please sign in to comment.