Closed blegat closed 6 years ago
Merging #7 into master will decrease coverage by
1.79%
. The diff coverage is57.14%
.
@@ Coverage Diff @@
## master #7 +/- ##
======================================
- Coverage 76.8% 75% -1.8%
======================================
Files 1 1
Lines 125 128 +3
======================================
Hits 96 96
- Misses 29 32 +3
Impacted Files | Coverage Δ | |
---|---|---|
src/ParameterJuMP.jl | 75% <57.14%> (-1.8%) |
:arrow_down: |
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 f3f5c66...a4535f0. Read the comment docs.
@joaquimg The major change is the change of sign in
resultdual
for parameters, see the change intest/test1.jl
. It corresponds to the MOI doc as mentioned in the comment. Are you ok with the change ?