Skip to content

Commit

Permalink
repro segfault in clib.SOMAObject.open (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams authored Mar 28, 2024
1 parent 6e9c58b commit 7eef2c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apis/python/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

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

"""Types supported in a SOMA*NDArray """
NDARRAY_ARROW_TYPES_SUPPORTED = [
pa.bool_(),
Expand Down

0 comments on commit 7eef2c6

Please sign in to comment.