-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I’m wondering if it is possible to directly support interpolation over datetime, without converting datetime into number using Dates.value. So the following codes would just work.
using Dates
t = Millisecond.(collect(1:10:100))
u = 2.0collect(1:10)
A = @inferred(LinearInterpolation(
u, t; extrapolation = ExtrapolationType.Extension))
olivierbonte
Metadata
Metadata
Assignees
Labels
No labels