Skip to content

Commit

Permalink
Update ComradeDynestyExt.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede authored Nov 22, 2024
1 parent 3568cab commit 585e6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ComradeDynestyExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To create equally weighted samples the user can use
```julia
using StatsBase
chain = sample(post, NestedSampler(dimension(post), 1000))
equal_weighted_chain = sample(chain, Weights(stats.weights), 10_000)
equal_weighted_chain = sample(chain, Weights(samplerstats(chain).weights), 10_000)
```
"""
function Dynesty.dysample(post::Comrade.VLBIPosterior,
Expand Down

0 comments on commit 585e6b5

Please sign in to comment.