Skip to content

Commit 8c8e690

Browse files
goc3 test
1 parent 2278b94 commit 8c8e690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end
5757

5858
function sc_tests(filename)
5959
uc_filename = "$filename.pop_solution.json"
60-
model, sc_data_array, vars, lengths = ExaModelsPower.scopf_model(filename, uc_filename; backend=CUDABackend())
60+
model, sc_data_array, vars, lengths = ExaModelsPower.goc3_model(filename, uc_filename; backend=CUDABackend())
6161
@info "built model"
6262
result = madnlp(model; print_level = MadNLP.ERROR, tol=8e-3, linear_solver=MadNLPGPU.CUDSSSolver)
6363
JLD2.save("result.jld2", "solution", result, "vars", vars, "lens", lens)

0 commit comments

Comments
 (0)