Skip to content

Commit 881a65a

Browse files
authored
Remove the performance warning on Union{Missing, _} values (#374)
1 parent 731f4d1 commit 881a65a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gridded/gridded.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ end
2828

2929
function GriddedInterpolation(::Type{TWeights}, knots::NTuple{N,GridIndex}, A::AbstractArray{TCoefs,N}, it::IT) where {N,TCoefs,TWeights<:Real,IT<:DimSpec{Gridded},pad}
3030
isconcretetype(IT) || error("The b-spline type must be a leaf type (was $IT)")
31-
isconcretetype(TCoefs) || @warn("For performance reasons, consider using an array of a concrete type (eltype(A) == $(eltype(A)))")
3231

3332
check_gridded(it, knots, axes(A))
3433
c = zero(TWeights)

0 commit comments

Comments
 (0)