Closed tmigot closed 2 years ago
Base: 99.86% // Head: 99.86% // Decreases project coverage by -0.00%
:warning:
Coverage data is based on head (
43e00ee
) compared to base (f740508
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The first batch of modification to improve the genericity of the functions.
The ultimate goal is to have
f(x)
return something ofeltype(x)
and not necessarilyT
. In this PR, I am handling most of the rationals,sin
,log
andexp
will come next.All these models have a JuMP implementation, so the unit tests verify that the implementation has not been changed.