Skip to content

Commit

Permalink
Merge pull request #271 from ms10596/patch-1
Browse files Browse the repository at this point in the history
Update coom.jl
  • Loading branch information
aviks authored Oct 4, 2023
2 parents 5fa1b81 + d4c16d7 commit d09e13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function CooMatrix{T}(doc; window::Int=5, normalize::Bool=true) where T<:Abstrac
CooMatrix{T}(doc, terms, window=window, normalize=normalize)
end

CooMatrix(doc; window::Int=5, normalize::Bool=true) where T<:AbstractFloat =
CooMatrix(doc; window::Int=5, normalize::Bool=true) =
CooMatrix{Float64}(doc, window=window, normalize=normalize)

"""
Expand Down

0 comments on commit d09e13a

Please sign in to comment.