We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8734ed commit 611e2b7Copy full SHA for 611e2b7
1 file changed
ultranest/popstepsampler.py
@@ -836,7 +836,7 @@ def __init__(
836
self.shrink_factor = shrink_factor
837
assert shrink_factor >= 1.0, "The shrink factor should be greater than 1.0 to be efficient"
838
839
- self.scale = float(scale)/2. # The code work with 2*scale as the slice width
+ self.scale = float(scale) / 2. # The code work with 2*scale as the slice width
840
841
self.adapt_slice_scale_target = adapt_slice_scale_target
842
0 commit comments