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

(feat): elem_mul 64 bit upcast option #3392

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

Conversation

ilan-gold
Copy link
Contributor

@ilan-gold ilan-gold commented Dec 5, 2024

  • Release notes not necessary because:

@ilan-gold
Copy link
Contributor Author

I'm putting this in scanpy2.0 because this setting should be turned on then

@ilan-gold ilan-gold added this to the 1.10.5 milestone Dec 5, 2024
Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.61%. Comparing base (8b0c3f6) to head (f94547b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3392      +/-   ##
==========================================
+ Coverage   76.59%   76.61%   +0.01%     
==========================================
  Files         111      111              
  Lines       12874    12884      +10     
==========================================
+ Hits         9861     9871      +10     
  Misses       3013     3013              
Files with missing lines Coverage Δ
src/scanpy/_settings.py 90.51% <100.00%> (+0.30%) ⬆️
src/scanpy/_utils/__init__.py 76.38% <100.00%> (+0.09%) ⬆️

@ilan-gold ilan-gold modified the milestones: 1.10.5, 1.11.0 Dec 8, 2024
@ilan-gold ilan-gold marked this pull request as ready for review December 8, 2024 14:03
Copy link
Member

@flying-sheep flying-sheep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this will just use 64 bits for computation and downcast again after?

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.

elem_mul in variance calculation should use float64 casting
2 participants