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

Add solver for triangular systems #1504

Merged

Conversation

FOsterfeld
Copy link
Member

@FOsterfeld FOsterfeld commented Jun 1, 2024

Copy of the previous PR for solve_triangular #1236 .

to add the context: we had already merged this PR, but then some error with the CI occurred and undid the changes (which were, however, not responsible for this error as we found out later)

@FOsterfeld FOsterfeld linked an issue Jun 1, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Jun 1, 2024

Thank you for the PR!

@FOsterfeld FOsterfeld self-assigned this Jun 1, 2024
Copy link

codecov bot commented Jun 1, 2024

Codecov Report

Attention: Patch coverage is 98.88889% with 1 line in your changes missing coverage. Please review.

Project coverage is 91.80%. Comparing base (9296f05) to head (77f2bb0).

Files Patch % Lines
heat/core/linalg/solver.py 98.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1504      +/-   ##
==========================================
+ Coverage   91.74%   91.80%   +0.06%     
==========================================
  Files          80       80              
  Lines       11683    11772      +89     
==========================================
+ Hits        10718    10807      +89     
  Misses        965      965              
Flag Coverage Δ
unit 91.80% <98.88%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mrfh92 mrfh92 changed the title solve_triangular from previous pr #1236 Add solver for triangular systems Jun 3, 2024
@ClaudiaComito ClaudiaComito added this to the 1.5.0 milestone Jun 5, 2024
Copy link
Contributor

@ClaudiaComito ClaudiaComito left a comment

Choose a reason for hiding this comment

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

Thanks for resubmitting!

Copy link
Contributor

github-actions bot commented Jun 5, 2024

Thank you for the PR!

Copy link
Contributor

@ClaudiaComito ClaudiaComito left a comment

Choose a reason for hiding this comment

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

@FOsterfeld apologies, I just noticed the lines that aren't covered by tests, can we increase the test coverage?

Copy link
Contributor

Thank you for the PR!

1 similar comment
Copy link
Contributor

Thank you for the PR!

Copy link
Contributor

@ClaudiaComito ClaudiaComito left a comment

Choose a reason for hiding this comment

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

Great @FOsterfeld thanks for the changes!

@ClaudiaComito ClaudiaComito merged commit 9c68f81 into main Jun 12, 2024
53 checks passed
@ClaudiaComito ClaudiaComito deleted the 1503-provide-a-solver-for-triangular-systems-new-pr branch June 12, 2024 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide a solver for triangular systems (New PR)
2 participants