Skip to content

Commit f74ee64

Browse files
committed
Fix
1 parent c9abafb commit f74ee64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jump_moi_overloads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ end
217217

218218
function MOI.Utilities.map_indices(
219219
index_map::MOI.Utilities.IndexMap,
220-
func::AbstractLazyScalarFunction,
220+
func::Union{AbstractLazyScalarFunction,IndexMappedFunction},
221221
)
222222
return IndexMappedFunction(func, index_map)
223223
end

0 commit comments

Comments
 (0)