Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/spatialdata_io/readers/visium_hd.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def visium_hd(
labels: dict[str, Any] = {}

# Deprecation warning for load_segmentations_only default value
if not load_segmentations_only:
if load_segmentations_only is None:
warnings.warn(
"`load_segmentations_only` default value will change to `True` in future releases. Please set it "
"explicitly to `True` or `False` to avoid this warning.",
Expand Down
Loading