Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Jan 21, 2024
1 parent 94dd4e9 commit 9cbe8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
variant: ['jump-nl', 'jump-smybolic-ad', 'optimization-cs-asrd']
variant: ['jump-nl', 'jump-symbolic-ad', 'optimization-cs-asrd']
version: ['1']
os: [ubuntu-latest]
arch: [x64]
Expand Down
2 changes: 1 addition & 1 deletion variants/optimization-cs-asrd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ function solve_opf(file_name)
"time_data" => data_load_time,
"time_build" => model_build_time,
"time_solve" => solve_time,
"solution" => Dict(k => sol.u[v] for (k, v) in var_lookup),
"solution" => Dict(k => sol.u[v] for (k, v) in dataset.var_lookup),
)
end

Expand Down

0 comments on commit 9cbe8fa

Please sign in to comment.