Skip to content

Commit f9d797b

Browse files
committed
get rid of walks/slices variables
1 parent 96882b9 commit f9d797b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

py/dynesty/dynamicsampler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,6 @@ def __init__(self,
714714
self.enlarge, self.bootstrap = get_enlarge_bootstrap(
715715
sampling, kwargs.get('enlarge'), kwargs.get('bootstrap'))
716716

717-
self.walks = self.kwargs.get('walks', 25)
718-
self.slices = self.kwargs.get('slices', 3)
719717
self.cite = self.kwargs.get('cite')
720718

721719
# random state

0 commit comments

Comments
 (0)