Skip to content

Commit 62f6a4a

Browse files
style: pre-commit fixes
1 parent 0fce6da commit 62f6a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyramid_sampler/sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def downsample(
193193
lev_shape = self._get_level_shape(level)
194194
nchunks_by_dim = self._get_level_nchunks(lev_shape)
195195
if np.any(nchunks_by_dim == 0):
196-
msg = f"cannot subdivide further, stopping downsampling at level {level-1}."
196+
msg = f"cannot subdivide further, stopping downsampling at level {level - 1}."
197197
sampler_log.info(msg)
198198
break
199199
msg = f"downsampling to level {level}."

0 commit comments

Comments
 (0)