Skip to content

Commit d53a127

Browse files
fix: fix SavedSubsystem constructor dispatch
1 parent 2ffb0ee commit d53a127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solutions/save_idxs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function SavedSubsystem(indp, pobj, idx::Int)
118118
return SavedSubsystem(state_map, nothing, nothing, nothing, nothing, nothing, nothing)
119119
end
120120

121-
function SavedSubsystem(indp, pobj, saved_idxs::Union{Array, Tuple})
121+
function SavedSubsystem(indp, pobj, saved_idxs::Union{AbstractArray, Tuple})
122122
_indp = get_root_indp(indp)
123123
if _indp === EMPTY_SYMBOLCACHE || _indp === nothing
124124
return nothing

0 commit comments

Comments
 (0)