Skip to content

Commit

Permalink
typo removed
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl authored Sep 19, 2023
1 parent f6c80c5 commit 755a11b
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 @@ -8,7 +8,7 @@ function get_bitinformation(X::AbstractArray{<:Base.IEEEFloat}; kwargs...)
end

# version for (un-/signed) integers
get_bitinformation(X::AbstractArray{<:Integer}; kwargs...)I = bitinformation(X; kwargs...)
get_bitinformation(X::AbstractArray{<:Integer}; kwargs...) = bitinformation(X; kwargs...)

function get_keepbits(bitinfo_dict)
# filter insignificant information via binomial distribution as explained in methods
Expand Down

0 comments on commit 755a11b

Please sign in to comment.