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
704 stars 77 forks source link

Fix type instability in Enzyme extension #586

Closed wsmoses closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Merging #586 (36646c4) into master (0db6844) will increase coverage by 0.14%. The diff coverage is 0.00%.

:exclamation: Current head 36646c4 differs from pull request most recent head 45bfe0c. Consider uploading reports for the commit 45bfe0c to get more accurate results

@@            Coverage Diff             @@
##           master     #586      +/-   ##
==========================================
+ Coverage   10.01%   10.16%   +0.14%     
==========================================
  Files          41       41              
  Lines        2446     2450       +4     
==========================================
+ Hits          245      249       +4     
  Misses       2201     2201              
Files Changed Coverage Δ
ext/OptimizationEnzymeExt.jl 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

:loudspeaker: Have feedback on the report? Share it here.

Vaibhavdixit02 commented 11 months ago

Thanks a lot, @wsmoses!