SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
720 stars 79 forks source link

check identity instead of equality #732

Closed jonathanfischer97 closed 6 months ago

jonathanfischer97 commented 6 months ago

Previous #730 just tested equality of container, but original issue was about referencing same memory address in each population trace. Functionally the same but thought I'd make a PR

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.01%. Comparing base (d4c732a) to head (80f2155). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #732 +/- ## ======================================= Coverage 66.01% 66.01% ======================================= Files 22 22 Lines 1477 1477 ======================================= Hits 975 975 Misses 502 502 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.