We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b411ad9 commit 6c8b231Copy full SHA for 6c8b231
src/transform/scaletransform.jl
@@ -23,4 +23,4 @@ apply(t::ScaleTransform,x::AbstractVecOrMat;obsdim::Int=defaultobs) = first(t.s)
23
24
Base.isequal(t::ScaleTransform,t2::ScaleTransform) = isequal(first(t.s),first(t2.s))
25
26
-Base.show(io::IO,t::ScaleTransform) = print(io,"Scale Transform (s = $(first(t.s)))")
+Base.show(io::IO,t::ScaleTransform) = print(io,"Scale Transform (s = ", first(t.s), ")")
0 commit comments