Skip to content

Commit 7aec7d6

Browse files
committed
remove obsolete comment
1 parent 52d65b3 commit 7aec7d6

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

py/dynesty/sampler.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,12 +1256,6 @@ def run_nested(self,
12561256
Iteration will stop when the sampled ln(likelihood) exceeds the
12571257
threshold set by `logl_max`. Default is no bound (`np.inf`).
12581258
1259-
n_effective: int, optional
1260-
Minimum number of effective posterior samples. If the estimated
1261-
"effective sample size" (ESS) exceeds this number,
1262-
sampling will terminate. Default is no ESS (`np.inf`).
1263-
This option is deprecated and will be removed in a future release.
1264-
12651259
add_live : bool, optional
12661260
Whether or not to add the remaining set of live points to
12671261
the list of samples at the end of each run. Default is `True`.

0 commit comments

Comments
 (0)