Skip to content

Commit

Permalink
fix bug with serialize function
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Jan 3, 2024
1 parent c8845f1 commit 4d2c34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operation/operation_model_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ end

function serialize_optimization_model(model::OperationModel, save_path::String)
serialize_jump_optimization_model(
get_optimization_container(model),
get_jump_model(get_optimization_container(model)),
save_path,
)
return
Expand Down

0 comments on commit 4d2c34c

Please sign in to comment.