Skip to content

Commit

Permalink
[python] Trivial neaten (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored May 15, 2024
1 parent 203ccd0 commit e8cf4b7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apis/python/src/tiledbsoma/_tdb_handles.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ def open(
"""Determine whether the URI is an array or group, and open it."""
open_mode = clib.OpenMode.read if mode == "r" else clib.OpenMode.write

# raise("WAMI")

# Traceback (most recent call last):
# File "/home/ubuntu/Desktop/awol-perf/./aw3.py", line 20, in <module>
# exp = tiledbsoma.Experiment.open(SOMA_URI)
# File "/home/ubuntu/git/single-cell-data/TileDB-SOMA/apis/python/src/tiledbsoma/_tiledb_object.py", line 96, in open
# handle = _tdb_handles.open(uri, mode, context, tiledb_timestamp)
# File "/home/ubuntu/git/single-cell-data/TileDB-SOMA/apis/python/src/tiledbsoma/_tdb_handles.py", line 63, in open
# raise("WAMI")
# TypeError: exceptions must derive from BaseException

timestamp_ms = context._open_timestamp_ms(timestamp)

# if there is not a valid SOMAObject at the given URI, this
Expand Down

0 comments on commit e8cf4b7

Please sign in to comment.