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

replace np.arrange with slice to improve performance #709

Merged
merged 1 commit into from
May 19, 2023
Merged

replace np.arrange with slice to improve performance #709

merged 1 commit into from
May 19, 2023

Conversation

sophiamaedler
Copy link
Contributor

implements speed increase mentioned in point 2 of #447

replace np.arrange with slice to improve performance
@codecov-commenter
Copy link

codecov-commenter commented May 17, 2023

Codecov Report

Merging #709 (37a1037) into main (ca88d6a) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main     #709      +/-   ##
==========================================
- Coverage   37.40%   37.38%   -0.02%     
==========================================
  Files          20       20              
  Lines        5355     5355              
==========================================
- Hits         2003     2002       -1     
- Misses       3352     3353       +1     
Impacted Files Coverage Δ
cellpose/core.py 57.75% <100.00%> (ø)

... and 1 file with indirect coverage changes

@mrariden mrariden self-requested a review May 18, 2023 20:27
Copy link
Collaborator

@mrariden mrariden left a comment

Choose a reason for hiding this comment

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

Looks good to me 👍

@carsen-stringer can you review and merge?

@carsen-stringer carsen-stringer merged commit aa16d39 into MouseLand:main May 19, 2023
10 checks passed
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.

None yet

4 participants