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 ea11fe4 commit e695e0dCopy full SHA for e695e0d
src/transform/functiontransform.jl
@@ -17,4 +17,4 @@ apply(t::FunctionTransform, X::T; obsdim::Int = defaultobs) where {T} = mapslice
17
18
duplicate(t::FunctionTransform,f) = FunctionTransform(f)
19
20
-Base.show(io::IO, t::FunctionTransform) = print(io, "Function Transform : $(t.f)")
+Base.show(io::IO, t::FunctionTransform) = print(io, "Function Transform: ", t.f)
0 commit comments