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

Update als method to use sparse matrix construction #725

Merged
merged 5 commits into from
May 9, 2023

Conversation

shriharshtendulkar
Copy link
Contributor

Reduces memory usage for large lightcurves by improving the matrix construction.
Addresses issue #724

@codecov
Copy link

codecov bot commented May 9, 2023

Codecov Report

Merging #725 (44da794) into main (d47d50d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #725   +/-   ##
=======================================
  Coverage   97.16%   97.16%           
=======================================
  Files          42       42           
  Lines        7869     7872    +3     
=======================================
+ Hits         7646     7649    +3     
  Misses        223      223           
Impacted Files Coverage Δ
stingray/utils.py 98.30% <100.00%> (+<0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@matteobachetti matteobachetti left a comment

Choose a reason for hiding this comment

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

@shriharshtendulkar thanks a lot! I added a changelog and fixed the formatting, the PR is ready for merging.

@matteobachetti matteobachetti added this pull request to the merge queue May 9, 2023
Merged via the queue into StingraySoftware:main with commit d25edae May 9, 2023
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.

2 participants