Skip to content

Commit 611e2b7

Browse files
author
benjamin beauchesne
committed
fix code style guidelines issues
1 parent a8734ed commit 611e2b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ultranest/popstepsampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def __init__(
836836
self.shrink_factor = shrink_factor
837837
assert shrink_factor >= 1.0, "The shrink factor should be greater than 1.0 to be efficient"
838838

839-
self.scale = float(scale)/2. # The code work with 2*scale as the slice width
839+
self.scale = float(scale) / 2. # The code work with 2*scale as the slice width
840840

841841
self.adapt_slice_scale_target = adapt_slice_scale_target
842842

0 commit comments

Comments
 (0)