Skip to content

Commit

Permalink
comment out index map type in signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jalving committed Jul 15, 2024
1 parent 1b9c925 commit 62e2dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aggregate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function _copy_constraints!(
new_node::OptiNode,
source_element::OptiElement,
ref_map::GraphReferenceMap,
index_map::MOIU.IndexMap,
index_map #::MOIU.IndexMap,
)
# get relevant backends
src = graph_backend(source_element)
Expand Down Expand Up @@ -271,7 +271,7 @@ function _copy_constraints!(
new_edge::OptiEdge,
source_edge::OptiEdge,
ref_map::GraphReferenceMap,
index_map::MOIU.IndexMap,
index_map #::MOIU.IndexMap,
)
source_element = source_edge

Expand Down

0 comments on commit 62e2dcc

Please sign in to comment.