Skip to content

Commit a63fb73

Browse files
chore: use Symbolic instead of Symbol
1 parent bbce298 commit a63fb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ function underscore_to_D(v, iv, inv_map)
11741174
end
11751175
repeats = length(suffix) ÷ length(string(iv))
11761176
D = Differential(iv)
1177-
wrap_with_D(Symbol(n), D, repeats)
1177+
wrap_with_D(v, D, repeats)
11781178
end
11791179
end
11801180

0 commit comments

Comments
 (0)