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

Change exact comparison with LAPACK.gesv to approx #206

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Mar 4, 2024

The result of LAPACK.gesv! has changed slightly between v1.10 and v1.11, so the exact equality doesn't hold anymore. This result is not guaranteed to be stable across versions, and only an approximate equality is guaranteed to hold.

Also specialize Base.cconvert for some of the test array types, as this is used by pointer on v1.11.

Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.67%. Comparing base (d44e944) to head (4dbd8da).
Report is 18 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #206      +/-   ##
==========================================
+ Coverage   87.47%   89.67%   +2.20%     
==========================================
  Files          11       11              
  Lines        1812     1840      +28     
==========================================
+ Hits         1585     1650      +65     
+ Misses        227      190      -37     

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

@jishnub jishnub merged commit 6c51514 into master Mar 5, 2024
17 checks passed
@jishnub jishnub deleted the approxtest branch March 5, 2024 01:09
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.

1 participant