Skip to content

Commit

Permalink
fix variable name in SpatialPCA
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmueboe committed Aug 25, 2024
1 parent 713055c commit 9749138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatialPCA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ function fit(
Symmetric(H), maxoutdim; solver=solver, tol=tol, maxiter=maxiter
)

return SpatialPCA(mean, eigenvecs, eigenvals, W)
return SpatialPCA(meanvec, eigenvecs, eigenvals, W)
end

0 comments on commit 9749138

Please sign in to comment.