SciML / DataInterpolations.jl

A library of data interpolation and smoothing functions
MIT License
217 stars 46 forks source link

fix: remove abstract type from RegularizationSmooth #256

Closed mleseach closed 4 months ago

mleseach commented 4 months ago

Checklist

Additional context

fixes #255 by replacing AbstractInterpolation{T} with parametric type in the RegularizationSmooth struct.

About the style, the modified line is too long, I'm not sure how to split it. I'm not sure of the name of the parametric type either.

sathvikbhagavan commented 4 months ago

About the style, the modified line is too long, I'm not sure how to split it.

Run JuliaFormatter

I'm not sure of the name of the parametric type either.

That's fine

sathvikbhagavan commented 4 months ago

https://github.com/SciML/DataInterpolations.jl/pull/257 should fix the compats for downgrade CI