Skip to content

Commit

Permalink
Fix stochastic paths of constraint ratio out in connection flow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelma committed Oct 26, 2023
1 parent 21ffbc8 commit 927d111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constraints/constraint_ratio_out_in_connection_flow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function constraint_ratio_out_in_connection_flow_indices(m::Model, ratio_out_in)
m,
vcat(
path_out,
[
Object[
ind.stochastic_scenario
for s in path_out
for ind in connection_flow_indices(
Expand Down

0 comments on commit 927d111

Please sign in to comment.