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
691 stars 75 forks source link

remove extra `@show`s #678

Closed SebastianM-C closed 6 months ago

SebastianM-C commented 6 months ago

Checklist

Additional context

Hi! I think the latest release left some @shows.

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (4192d89) 1.94% compared to head (07122e9) 8.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #678 +/- ## ========================================= + Coverage 1.94% 8.89% +6.95% ========================================= Files 31 31 Lines 2518 2517 -1 ========================================= + Hits 49 224 +175 + Misses 2469 2293 -176 ```

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

Vaibhavdixit02 commented 6 months ago

Shit that shouldn't have made it through. Thanks for taking care of this!