We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23bcb72 + d9e8cb7 commit 06400c4Copy full SHA for 06400c4
src/spatialdata_io/readers/visium_hd.py
@@ -119,7 +119,7 @@ def visium_hd(
119
labels: dict[str, Any] = {}
120
121
# Deprecation warning for load_segmentations_only default value
122
- if not load_segmentations_only:
+ if load_segmentations_only is None:
123
warnings.warn(
124
"`load_segmentations_only` default value will change to `True` in future releases. Please set it "
125
"explicitly to `True` or `False` to avoid this warning.",
0 commit comments