Skip to content

Commit b411ad9

Browse files
theogfdevmotion
andauthored
Update src/transform/lowranktransform.jl
Co-Authored-By: David Widmann <[email protected]>
1 parent f090d74 commit b411ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/lowranktransform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ end
3434

3535
_transform(t::LowRankTransform,X::AbstractVecOrMat{<:Real},obsdim::Int=defaultobs) = obsdim == 2 ? t.proj * X : X * t.proj'
3636

37-
Base.show(io::IO, t::LowRankTransform) = print(io::IO, "Low Rank Transform (size(P) = $(size(t.proj)))")
37+
Base.show(io::IO, t::LowRankTransform) = print(io::IO, "Low Rank Transform (size(P) = ", size(t.proj), ")")

0 commit comments

Comments
 (0)