mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 20:48:11 +08:00
Fix various bugs with CXG format at annotations (#1173)
- Enable testing for this path - Fixes #1166 - Fixes #1167 - Fixes #1168
This commit is contained in:
@@ -213,6 +213,8 @@ class DataAdaptor(metaclass=ABCMeta):
|
||||
return
|
||||
|
||||
labels_df.index = self.get_obs_index()
|
||||
if labels_df.index.name is None:
|
||||
labels_df.index.name = "index"
|
||||
|
||||
# all labels must have a name, which must be unique and not used in obs column names
|
||||
if not labels_df.columns.is_unique:
|
||||
|
||||
Reference in New Issue
Block a user