JuliaStochOpt / ParameterJuMP.jl

A JuMP extension to use parameter in constraints RHS
MIT License
41 stars 5 forks source link

fixes to void deprecation warnings #87

Closed jd-lara closed 2 years ago

jd-lara commented 2 years ago

The change in the implementation of JuMP.value() is causing deprecation warnings. This PR addresses those.

codecov[bot] commented 2 years ago

Codecov Report

Merging #87 (12ac189) into master (3219831) will increase coverage by 1.88%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   73.51%   75.39%   +1.88%     
==========================================
  Files           8        8              
  Lines         521      565      +44     
==========================================
+ Hits          383      426      +43     
- Misses        138      139       +1     
Impacted Files Coverage Δ
src/constraints.jl 77.22% <0.00%> (+1.06%) :arrow_up:
src/print.jl 76.00% <0.00%> (-2.27%) :arrow_down:
src/ParameterJuMP.jl 92.23% <0.00%> (+0.56%) :arrow_up:
src/macros.jl 94.11% <0.00%> (+0.78%) :arrow_up:
src/mutable_arithmetics.jl 73.22% <0.00%> (+5.30%) :arrow_up:
src/variable_interface.jl 53.57% <0.00%> (+5.57%) :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 3219831...12ac189. Read the comment docs.