Skip to content

Commit 2a93db6

Browse files
committed
typofix
1 parent 846138a commit 2a93db6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

apis/python/src/tiledbsoma/annotation_dataframe.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,14 +268,8 @@ def _query_aux(
268268
# (('__pandas_index_dims', '{"obs_id": "<U0"}'),)
269269
# so the set_index is already done for us.
270270
#
271-
<<<<<<< HEAD:apis/python/src/tiledbsoma/annotation_dataframe.py
272271
# However if the data was written somehow else (e.g. by tiledbsoma-r) then we do.
273-
||||||| parent of 19963aa (tiledbsc-py stats experiment):apis/python/src/tiledbsc/annotation_dataframe.py
274-
# However if the data was written somehow else (e.g. by tiledbscr-r) then we do.
275-
=======
276-
# However if the data was written somehow else (e.g. by tiledbscr-r) then we do.
277272
s3 = self.timing_start("query", "set_index")
278-
>>>>>>> 19963aa (tiledbsc-py stats experiment):apis/python/src/tiledbsc/annotation_dataframe.py
279273
if not return_arrow:
280274
if isinstance(df.index, pd.RangeIndex) and self.dim_name in df.columns:
281275
df.set_index(self.dim_name, inplace=True)

apis/python/tools/ingestor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ select `relative=True`. (This is the default.)
199199

200200
if args.stats:
201201
print()
202-
tiledbsc.perf.tracker.show()
202+
tiledbsoma.perf.tracker.show()
203203
if args.corestats:
204204
print()
205205
tiledb.stats_dump()

0 commit comments

Comments
 (0)