Skip to content

Commit

Permalink
Rename add_expressions_to_dataframe
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Dec 3, 2024
1 parent e5a3fbd commit 83a87db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/create-model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function create_model(

## Add expressions to dataframes
# TODO: What will improve this? Variables (#884)?, Constraints?
add_expressions_to_dataframe!(
add_expressions_to_constraints!(
variables,
constraints,
model,
Expand Down
2 changes: 1 addition & 1 deletion src/model-preparation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function add_expression_terms_inter_rp_constraints!(
end
end

function add_expressions_to_dataframe!(
function add_expressions_to_constraints!(
variables,
constraints,
model,
Expand Down

0 comments on commit 83a87db

Please sign in to comment.