Skip to content

Commit

Permalink
code-review feedback
Browse files Browse the repository at this point in the history
Co-authored-by: nguyenv <[email protected]>
  • Loading branch information
johnkerl and nguyenv authored Nov 7, 2024
1 parent b7c72df commit 5f01962
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis/python/src/tiledbsoma/_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ def create(
)

if index_column_name == "soma_joinid":
lower = slot_core_current_domain[0]
upper = slot_core_current_domain[1]
(lower, upper) = slot_core_current_domain
if lower != 0:
raise ValueError(
f"domain for soma_joinid must have lower bound of 0; got {lower}"
Expand Down

0 comments on commit 5f01962

Please sign in to comment.