Skip to content

Commit 49cbf4e

Browse files
Merge pull request #241 from lassepe/fix/wrap
Add missing Symbolics.wrap
2 parents 36f9dc0 + f7a8c11 commit 49cbf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/DataInterpolationsSymbolicsExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SymbolicUtils.promote_symtype(t::AbstractInterpolation, _...) = Real
1717
Base.nameof(interp::AbstractInterpolation) = :Interpolation
1818

1919
function derivative(interp::AbstractInterpolation, t::Num)
20-
SymbolicUtils.term(derivative, interp, unwrap(t))
20+
Symbolics.wrap(SymbolicUtils.term(derivative, interp, unwrap(t)))
2121
end
2222
SymbolicUtils.promote_symtype(::typeof(derivative), _...) = Real
2323

0 commit comments

Comments
 (0)