Skip to content

Commit

Permalink
Added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnumenon committed Mar 4, 2025
1 parent d0140a4 commit de49c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release-notes/3496.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes a bug where plotting data with `mask_obs` would result in the data being mutated
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1748,7 +1748,7 @@ def test_umap_mask_mult_plots():


def test_umap_mask_no_modification():
"""Check that mask_obs argument doesn't affect the data being plotted"""
"""Check that mask_obs argument doesn't affect the data being plotted."""
pbmc = pbmc3k_processed()
data_copy = pbmc.obs["louvain"].copy()
sc.pl.umap(
Expand Down

0 comments on commit de49c7c

Please sign in to comment.