File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ repos:
42
42
args : [--prose-wrap=always]
43
43
44
44
- repo : https://github.com/astral-sh/ruff-pre-commit
45
- rev : " v0.8.3 "
45
+ rev : " v0.9.2 "
46
46
hooks :
47
47
- id : ruff
48
48
args : ["--fix", "--show-fixes"]
49
49
- id : ruff-format
50
50
51
51
- repo : https://github.com/pre-commit/mirrors-mypy
52
- rev : " v1.13.0 "
52
+ rev : " v1.14.1 "
53
53
hooks :
54
54
- id : mypy
55
55
files : src|tests
77
77
additional_dependencies : ["validate-pyproject-schema-store[all]"]
78
78
79
79
- repo : https://github.com/python-jsonschema/check-jsonschema
80
- rev : " 0.30 .0"
80
+ rev : " 0.31 .0"
81
81
hooks :
82
82
- id : check-dependabot
83
83
- id : check-github-workflows
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ def downsample(
195
195
lev_shape = self ._get_level_shape (level )
196
196
nchunks_by_dim = self ._get_level_nchunks (lev_shape )
197
197
if np .any (nchunks_by_dim == 0 ):
198
- msg = f"cannot subdivide further, stopping downsampling at level { level - 1 } ."
198
+ msg = f"cannot subdivide further, stopping downsampling at level { level - 1 } ."
199
199
sampler_log .info (msg )
200
200
break
201
201
msg = f"downsampling to level { level } ."
You can’t perform that action at this time.
0 commit comments