Skip to content

Commit 9cbaa92

Browse files
committed
cleanup
1 parent a067448 commit 9cbaa92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pl/test_render_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _make_tablemodel_with_categorical_labels(self, sdata_blobs, label):
117117
RNG.normal(size=(n_obs, 10)),
118118
obs=pd.DataFrame(RNG.normal(size=(n_obs, 3)), columns=["a", "b", "c"]),
119119
)
120-
adata.obs["instance_id"] = instances.values # np.arange(1, adata.n_obs)
120+
adata.obs["instance_id"] = instances.values
121121
adata.obs["category"] = RNG.choice(["a", "b", "c"], size=adata.n_obs)
122122
adata.obs["category"][:3] = ["a", "b", "c"]
123123
adata.obs["instance_id"] = list(range(adata.n_obs))

0 commit comments

Comments
 (0)