From cd93f383a32caa63350fab0674d17d821f4fee8c Mon Sep 17 00:00:00 2001 From: Alexandre Andorra Date: Tue, 27 Aug 2024 16:29:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e7a71..9960971 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ sampler.resume() # Wait for the sampler to finish (up to timeout seconds) sampler.wait(timeout=0.1) # Note that not passing any timeout to `wait` will -# directly save and return the results: +# directly save and return the current results once the sampler finishes: idata = sampler.wait() # or we can also abort the sampler (and return the incomplete trace)