Skip to content

Commit

Permalink
Merge pull request #133 from sanderbboisen/fix_union_spelling
Browse files Browse the repository at this point in the history
Correct spelling of Union
  • Loading branch information
rofinn authored Dec 19, 2022
2 parents 5925c22 + 716b097 commit abcc605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imputors/svd.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ over low-rank SVD approximations.
* `rank::Union{Int, Nothing}`: rank of the SVD approximation (default: nothing meaning start and 0 and increase)
* `tol::Float64`: convergence tolerance (default: 1e-10)
* `maxiter::Int`: Maximum number of iterations if convergence is not achieved (default: 100)
* `limits::Unoin{Tuple{Float64, Float64}, Nothing}`: Bound the possible approximation values (default: nothing)
* `limits::Union{Tuple{Float64, Float64}, Nothing}`: Bound the possible approximation values (default: nothing)
* `verbose::Bool`: Whether to display convergence progress (default: true)
# References
Expand Down

0 comments on commit abcc605

Please sign in to comment.