Skip to content

Commit

Permalink
Fix: remove duplicate tmp_create_constraints_indices (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira authored Oct 29, 2024
1 parent c1a1327 commit f27f85e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/model-preparation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function construct_dataframes(
dataframes[:highest_in_out].index = 1:size(dataframes[:highest_in_out], 1)

# WIP: highest_in is not included in constraints_partition anymore
tmp_create_constraints_indices(connection)
dataframes[:highest_in] = TulipaIO.get_table(connection, "cons_indices_highest_in")
dataframes[:highest_in].timesteps_block = map(
r -> r[1]:r[2],
Expand Down

0 comments on commit f27f85e

Please sign in to comment.