Closed rapoliveira closed 11 months ago
@rpoleski the tests failed in test_Lee09_and_WittMao94()
function of test_MagnificationCurve.py
, but passed in my local repository. Since the failure is not related to my changes, should I try to commit once more?
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
2e55c55
) 83.61% compared to head (8e879bb
) 83.53%. Report is 4 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
source/MulensModel/pointlens.py | 66.66% | 3 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The scipy function
interp2d
(to be deprecated soon, issue #74) was replaced byRegularGridInterpolator
in two codes:souce/pointlens.py
data/interpolate_elliptic_integral_3.py
I tested the changes only in the second code, which lead to differences smaller than 1e-10 in the interpolated values.