File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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 19963 aa (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- >> >> >> > 19963 aa (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 )
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments