Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Dec 10, 2023
1 parent 9144887 commit 064de1e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bijectors/logit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ function with_logabsdet_jacobian(b::Logit, x)
return _logit.(x, b.a, b.b), sum(logit_logabsdetjac.(x, b.a, b.b))
end


is_monotonically_increasing(::Logit) = true

0 comments on commit 064de1e

Please sign in to comment.