Skip to content

Commit 397d8d1

Browse files
committed
Merge branch 'type-stable-functional' of https://github.com/eliascarv/TableTransforms.jl into type-stable-functional
2 parents 78a6c61 + 7badba4 commit 397d8d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/transforms/functional.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ struct Functional{F} <: Colwise
1111
func::F
1212
end
1313

14-
isrevertible(transform::Functional) = !isnothing(inverse(transform.func))
14+
isrevertible(transform::Functional) =
15+
!isnothing(inverse(transform.func))
1516

1617
# known invertible functions
1718
inverse(::typeof(log)) = exp

0 commit comments

Comments
 (0)