You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/squidpy/_compat.py
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,9 @@
19
19
"SparseCSRView",
20
20
]
21
21
22
-
# See https://github.com/scverse/squidpy/issues/1061 for more details
23
-
# scanpy around version 0.11.x- 0.12.x changed the function name from set_default_colors_for_categorical_obs to _set_default_colors_for_categorical_obs
24
-
# and then changed it back
25
-
# so to not track with versioning we use the underscore version first (current), fall back to non-underscore for older/future versions
22
+
# See https://github.com/scverse/squidpy/issues/1061 for more details.
23
+
# Scanpy 0.11.x-0.12.x renamed set_default_colors_for_categorical_obs to _set_default_colors_for_categorical_obs
24
+
# and then changed it back. Try underscore version first, fall back to non-underscore.
0 commit comments