Skip to content

Commit 83269d8

Browse files
Copilotyebai
andcommitted
Fix documentation CI build error - update doctest expected output
Co-authored-by: yebai <[email protected]>
1 parent 719d0be commit 83269d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bijectors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ julia> d = LogNormal() # support is (0, Inf)
136136
LogNormal{Float64}(μ=0.0, σ=1.0)
137137
138138
julia> b = bijector(d) # log function transforms to unconstrained space
139-
(::Base.Fix1{typeof(broadcast), typeof(log)}) (generic function with 3 methods)
139+
(::Base.Fix1{typeof(broadcast), typeof(log)}) (generic function with 1 method)
140140
141141
julia> b(1.0)
142142
0.0

0 commit comments

Comments
 (0)