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
refactor(centroids): drop redundant str() cast, dedup obsm-vs-points test assertion
- _resolve_annotating_table returns annotators[0] directly (get_element_annotators
already yields set[str]; the str() wrap was noise).
- extract _assert_obsm_matches_points test helper to remove two near-identical
written-obsm vs element-Points comparison blocks.
0 commit comments