Skip to content

Commit 1303d30

Browse files
fixup! fix: handle edge cases in namespacing
1 parent 8f73bec commit 1303d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ function namespace_expr(
12781278
end
12791279
elseif isvariable(O)
12801280
renamespace(n, O)
1281-
elseif O isa Array
1281+
elseif O isa AbstractArray
12821282
let sys = sys, n = n
12831283
map(o -> namespace_expr(o, sys, n; ivs), O)
12841284
end

0 commit comments

Comments
 (0)