Skip to content

Commit

Permalink
added data types UInt16,UInt32,UInt64 to bitinformation_wrapper.jl
Browse files Browse the repository at this point in the history
Signed-off-by: Ishaanj18 <[email protected]>
  • Loading branch information
Ishaanj18 committed Sep 15, 2023
1 parent 0d8852b commit df73f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbitinfo/bitinformation_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function get_bitinformation(X::AbstractArray{T}; kwargs...) where {T<:Base.IEEEF
end


function get_bitinformation(X::AbstractArray{T}; kwargs...) where {T<:Union{Int16,Int32,Int64}}
function get_bitinformation(X::AbstractArray{T}; kwargs...) where {T<:Union{UInt16,UInt32,UInt64,Int16,Int32,Int64}}

IC = bitinformation(X; kwargs...)

Expand Down

0 comments on commit df73f3e

Please sign in to comment.