We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96882b9 commit f9d797bCopy full SHA for f9d797b
1 file changed
py/dynesty/dynamicsampler.py
@@ -714,8 +714,6 @@ def __init__(self,
714
self.enlarge, self.bootstrap = get_enlarge_bootstrap(
715
sampling, kwargs.get('enlarge'), kwargs.get('bootstrap'))
716
717
- self.walks = self.kwargs.get('walks', 25)
718
- self.slices = self.kwargs.get('slices', 3)
719
self.cite = self.kwargs.get('cite')
720
721
# random state
0 commit comments