jump-dev / Convex.jl

A Julia package for disciplined convex programming
https://jump.dev/Convex.jl/stable/
Other
557 stars 119 forks source link

remove unused incorrect method #680

Closed ericphanson closed 1 month ago

ericphanson commented 1 month ago

noticed this when I was looking into #679

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 98.19%. Comparing base (ecc91cd) to head (0e5d07c). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #680 +/- ## ========================================== + Coverage 98.11% 98.19% +0.07% ========================================== Files 89 89 Lines 5159 5155 -4 ========================================== Hits 5062 5062 + Misses 97 93 -4 ```

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

ericphanson commented 1 month ago

this doesn't need a news entry FYI bc it was introduced in #504 (https://github.com/jump-dev/Convex.jl/pull/504/files#diff-8e3527da4f9bdc7b91a3918096a547c5594656c783b388d80b99e477b8bb3023R26)