Skip to content

Commit

Permalink
Update grassmann.jl
Browse files Browse the repository at this point in the history
fixed tiny bug
  • Loading branch information
Gertian authored Aug 6, 2024
1 parent 7391fe0 commit 2866e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grassmann.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Base.getproperty(Δ::GrassmannTangent, sym::Symbol)
elseif sym (:U, :S, :V)
v = Base.getfield(Δ, sym)
v !== nothing && return v
U, S, V, = tsvd.Z)
U, S, V, = tsvd.Z, alg = SVD())
Base.setfield!(Δ, :U, U)
Base.setfield!(Δ, :S, S)
Base.setfield!(Δ, :V, V)
Expand Down

0 comments on commit 2866e2e

Please sign in to comment.