Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen committed Oct 30, 2024
1 parent fda4c36 commit b3375d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hdi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ julia> x = vcat(randn(1000), randn(1000) .+ 5);
julia> hdi(x; method=:multimodal)
2-element Vector{IntervalSets.ClosedInterval{Float64}}:
-1.9980967848656475 .. 2.296256249039345
2.685595428026672 .. 6.968326396887267
-1.8882401079608677 .. 2.0017686164555037
2.9839268475847436 .. 6.9235952578447275
```
"""
function hdi(x::AbstractArray{<:Real}; kwargs...)
Expand Down

0 comments on commit b3375d3

Please sign in to comment.