Closed tyler-a-cox closed 2 years ago
Base: 97.15% // Head: 97.29% // Increases project coverage by +0.14%
:tada:
Coverage data is based on head (
70fc833
) compared to base (7c8b84e
). 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.
Very short PR that reduces the memory usage and increases the performance of
predict_chisq_per_bl
by only computing the main diagonal of thels_amp
andls_phs
projection matrices. Prior to this PR, the function computed the entire matrix when only the diagonal is needed, leading to nbls x nbls matrices being formed. Improvement is negligible for a few antennas, but becomes more useful for many antennas.