smartcorelib / smartcore

A comprehensive library for machine learning and numerical computing. The library provides a set of tools for linear algebra, numerical computing, optimization, and enables a generic, powerful yet still efficient approach to machine learning.
https://smartcorelib.org/
Apache License 2.0
671 stars 76 forks source link

chore: fix clippy warnings from Rust release 1.69 #263

Closed morenol closed 1 year ago

morenol commented 1 year ago

Fixed running cargo clippy --fix

codecov-commenter commented 1 year ago

Codecov Report

Merging #263 (683cc03) into development (9cd7348) will decrease coverage by 0.02%. The diff coverage is 28.57%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@               Coverage Diff               @@
##           development     #263      +/-   ##
===============================================
- Coverage        45.38%   45.37%   -0.02%     
===============================================
  Files               85       85              
  Lines             7231     7231              
===============================================
- Hits              3282     3281       -1     
- Misses            3949     3950       +1     
Impacted Files Coverage Δ
src/model_selection/kfold.rs 59.52% <ø> (ø)
src/readers/csv.rs 56.36% <0.00%> (ø)
src/linalg/basic/matrix.rs 48.83% <33.33%> (ø)

... and 10 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

morenol commented 1 year ago

@Mec-iS Please review and merge if you think that it is ok