Skip to content

Appropriate zero in _lu_tridiag! #1374

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

Merged
merged 1 commit into from
Jun 3, 2025
Merged

Appropriate zero in _lu_tridiag! #1374

merged 1 commit into from
Jun 3, 2025

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jun 3, 2025

Working on #1372, I came across some unusual tests with non-Number eltypes, for which this fill! fails unless the appropriate zero is used. Probably missing convert methods, but we might as well use the zero of the eltype here.

Copy link

codecov bot commented Jun 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.81%. Comparing base (c64c328) to head (cda4127).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1374   +/-   ##
=======================================
  Coverage   93.81%   93.81%           
=======================================
  Files          34       34           
  Lines       15717    15717           
=======================================
  Hits        14745    14745           
  Misses        972      972           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jishnub jishnub merged commit 1201b1f into master Jun 3, 2025
4 checks passed
@jishnub jishnub deleted the jishnub/lu_tridiag_zero branch June 3, 2025 19:04
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