Skip to content

Commit 885658f

Browse files
Merge pull request #940 from pepijndevos/nsval
Namespacing broken due to Num wrapping
2 parents 7cd3463 + 35e9931 commit 885658f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ end
307307

308308
_symparam(s::Symbolic{T}) where {T} = T
309309
function namespace_expr(O,name,iv) where {T}
310+
O = value(O)
310311
if istree(O)
311312
renamed = map(a->namespace_expr(a,name,iv), arguments(O))
312313
if operation(O) isa Sym

0 commit comments

Comments
 (0)