Closed jsdillon closed 2 years ago
Base: 97.33% // Head: 97.34% // Increases project coverage by +0.01%
:tada:
Coverage data is based on head (
9aa9261
) compared to base (127513d
). 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.
This PR builds on @AaronParsons's first pass in f8652c6f50dd8ff1d78c9d88789cbec942b01291 to add modeling functionality to the
RedSol
object. It also:remove_degen_gains to the top level of redcal.py, which
RedSol.remove_degen` calls.RedundantCalibrator.remove_degen_gains
callremove_degen_gains
under the hood.RedundantCalibrator.remove_degen
callRedSol.remove_degen
under the hood.