Open tyler-a-cox opened 1 year ago
Patch coverage: 100.00%
and no project coverage change.
Comparison is base (
50af006
) 97.09% compared to head (4838a67
) 97.09%.:exclamation: Current head 4838a67 differs from pull request most recent head ee0a08d. Consider uploading reports for the commit ee0a08d to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR makes a couple minor changes to
ant_class.non_noiselike_xengine_checker
to improve its computational performance. Function now pre-computes the channel width and gives the user the option to pre-compute the integration time. Prior to this change,predict_noise_variance_from_autos
would recompute these values for each baseline.