Skip to content

Commit 756f169

Browse files
author
Alexander Hillsley
committed
Merge branch 'dit'
2 parents 4134c4a + e82c389 commit 756f169

File tree

14 files changed

+1969
-134
lines changed

14 files changed

+1969
-134
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ filterwarnings = [
130130
"error",
131131
"ignore:numpy.ndarray size changed:RuntimeWarning",
132132
"ignore:`cumproduct` is deprecated:DeprecationWarning",
133-
"ignore:Conversion of an array with ndim > 0 to a scalar is deprecated:DeprecationWarning"
133+
"ignore:Conversion of an array with ndim > 0 to a scalar is deprecated:DeprecationWarning",
134+
"ignore:Both zarr\\.json.*Zarr format 3 will be used: zarr.errors.ZarrUserWarning"
134135
]
135136

136137
# https://mypy.readthedocs.io/en/stable/config_file.html

0 commit comments

Comments
 (0)