Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Apr 12, 2024
1 parent 2b2f215 commit fbe7a03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/python/src/tiledbsoma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
tiledbsoma_stats_reset,
)

# Ensure TileDB-Py and libtiledbsoma have matching core versions; if they don't, undefined behavior
# / segfaults may ensue. Once libtiledbsoma is the only "path to core" (cf. #1632), this can be
# removed.
verify_core_versions()

__version__ = get_implementation_version()
Expand Down

0 comments on commit fbe7a03

Please sign in to comment.