argmin-rs / argmin

Numerical optimization in pure Rust
http://argmin-rs.org
Apache License 2.0
1k stars 79 forks source link

Added a few test cases for minmax.rs #389

Closed Shreyan11 closed 9 months ago

Shreyan11 commented 9 months ago

As the title says,I've added a few test cases.Please do check if it's all right,or if I need to make any improvements in the test cases,so that I can write unit tests for the rest of the types as well. I'm open to all suggestions,thank you in advance.