argmin-rs / argmin

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

Observers and checkpointing are missing tests #474

Open stefan-k opened 4 months ago

stefan-k commented 4 months ago

I just noticed that the observers and checkpointing are missing tests. Checkpointing does have a test, but it doesn't check whether the loaded checkpoint is equivalent to the saved checkpoint.