Skip to content

Commit

Permalink
repro segfault in clib.SOMAObject.open
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Mar 25, 2024
1 parent 1c1f362 commit c3aae56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
install_import_hook("tiledbsoma")

# TODO: `clib.SOMAObject.open` segfaults if this import is removed: https://github.com/single-cell-data/TileDB-SOMA/issues/2293
from tiledbsoma import _query_condition # noqa: F401, E402
# from tiledbsoma import _query_condition # noqa: F401, E402

"""Types supported in a SOMA*NDArray """
NDARRAY_ARROW_TYPES_SUPPORTED = [
Expand Down

0 comments on commit c3aae56

Please sign in to comment.