CUQI-DTU / CUQIpy

https://cuqi-dtu.github.io/CUQIpy/
Apache License 2.0
44 stars 9 forks source link

Update example in docstring of HybridGibbs #511

Closed chaozg closed 1 month ago

chaozg commented 1 month ago

https://github.com/CUQI-DTU/CUQIpy/blob/98a74d508a1aa4659a6176a0126a90371a6be581/cuqi/experimental/mcmc/_gibbs.py#L92 should be updated to something like

sampler.warmup(200)
sampler.sample(1000)
samples = sampler.get_samples()

Definition of Done