Skip to content

Commit 33e732a

Browse files
committed
(fix): fix reversion
1 parent 278b1e5 commit 33e732a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/anndata/_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def validate_sparse_settings(val: Any) -> None:
463463
default_value=False,
464464
description="Whether or not to use :class:`scipy.sparse.sparray` as the default class when reading in data",
465465
validate=validate_bool,
466-
get_from_env=check_and_get_bool,
466+
get_from_env=validate_sparse_settings,
467467
)
468468

469469
settings.register(

0 commit comments

Comments
 (0)