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

Use assert_relative_eq! macros in ndarray and nalgebra backend tests #404

Merged
merged 4 commits into from
Jan 21, 2024

Conversation

stefan-k
Copy link
Member

Closes #278

@codecov-commenter
Copy link

codecov-commenter commented Jan 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (413e36f) 90.37% compared to head (4dcce41) 90.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #404      +/-   ##
==========================================
- Coverage   90.37%   90.27%   -0.10%     
==========================================
  Files         141      141              
  Lines       19933    19906      -27     
==========================================
- Hits        18014    17970      -44     
- Misses       1919     1936      +17     

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

@stefan-k stefan-k merged commit b74620c into argmin-rs:main Jan 21, 2024
17 checks passed
@stefan-k stefan-k deleted the relative_assert branch January 21, 2024 10:07
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.

Replace assert! macros with macros from approx crate
2 participants