Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mask_obs parameter resulting in underlying data being modified #3496

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vishnumenon
Copy link

@vishnumenon vishnumenon commented Mar 4, 2025

  • Release notes not necessary because:

Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.18%. Comparing base (7baadb7) to head (de49c7c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3496      +/-   ##
==========================================
- Coverage   75.53%   75.18%   -0.36%     
==========================================
  Files         113      113              
  Lines       13252    13253       +1     
==========================================
- Hits        10010     9964      -46     
- Misses       3242     3289      +47     
Files with missing lines Coverage Δ
src/scanpy/plotting/_tools/scatterplots.py 84.51% <100.00%> (+0.03%) ⬆️

... and 1 file with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mask_obs parameter modifies obs column when calling scatterplot
1 participant