lanl-ansi / Alpine.jl

A Julia/JuMP-based Global Optimization Solver for Non-convex Programs
https://lanl-ansi.github.io/Alpine.jl/latest/
Other
244 stars 39 forks source link

Issue 103, 134, 135 #141

Closed harshangrjn closed 4 years ago

harshangrjn commented 4 years ago

Bug fixes for issues #103 #134 #135

codecov[bot] commented 4 years ago

Codecov Report

Merging #141 into master will increase coverage by 0.25%. The diff coverage is 70.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   77.09%   77.35%   +0.25%     
==========================================
  Files          15       15              
  Lines        3152     3188      +36     
==========================================
+ Hits         2430     2466      +36     
  Misses        722      722
Impacted Files Coverage Δ
src/operators.jl 76.49% <100%> (+1.63%) :arrow_up:
src/multi.jl 65.12% <100%> (ø) :arrow_up:
src/solver.jl 97.81% <100%> (-0.02%) :arrow_down:
src/amp.jl 89% <100%> (ø) :arrow_up:
src/utility.jl 48.31% <48.3%> (ø) :arrow_up:
src/algorithm.jl 74.48% <74.48%> (ø) :arrow_up:
src/log.jl 90.38% <90.29%> (-2.04%) :arrow_down:
src/nlexpr.jl 91.73% <91.62%> (-2.56%) :arrow_down:
src/bounds.jl 89.84% <0%> (+1.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5637b75...1268e16. Read the comment docs.

harshangrjn commented 4 years ago

@kaarthiksundar Checking with you before merging. Looks good?

kaarthiksundar commented 4 years ago

@harshangrjn Yes, all tests pass. The codecov has always been an issue.