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:
bmccandless
2020-02-24 18:19:39 -08:00
committed by GitHub
parent 7bc58bba2b
commit 46876e2fb1
3 changed files with 11 additions and 18 deletions
+2
View File
@@ -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: