argmin-rs / argmin

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

Removed unnecessary Serialize/Deserialize derives #470

Closed stefan-k closed 4 months ago

stefan-k commented 4 months ago

In the tests there were still a few remnants of the times where serialization and deserialization were more ingrained in the system. This commit removes these remnants. It also fixes a typo in the .gitignore file in argmin-testfunctions-py.