Skip to content

Commit

Permalink
Remove warning for fallback_element_size altogether (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart authored Nov 22, 2024
1 parent c73a036 commit 664ec6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chunks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ function element_size(a::AbstractArray)
elseif isbitstype(Base.nonmissingtype(eltype(a)))
return sizeof(Base.nonmissingtype(eltype(a)))
else
@warn "Can not determine size of element type. Using DiskArrays.fallback_element_size[] = $(fallback_element_size[]) bytes" maxlog=1
return fallback_element_size[]
end
end
Expand Down

0 comments on commit 664ec6b

Please sign in to comment.