Skip to content

Commit

Permalink
soma.foo.schema() -> soma.foo.tiledb_array_schema()
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed May 20, 2022
1 parent aac677c commit dcbb468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/src/tiledbsc/tiledb_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def open(self):
A = tiledb.open(self.uri)
return A

def schema(self):
def tiledb_array_schema(self):
"""
Returns the TileDB array schema.
"""
Expand Down

0 comments on commit dcbb468

Please sign in to comment.