Open steven-murray opened 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.42%. Comparing base (
65940bc
) to head (b1438c8
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Since
UVData.new()
already runs an object check, we pass thecheck_kw
to it instead of running the object check in_complete_data
. The object check actually takes a somewhat significant amount of time (because it has to recompute all the LSTs to check them...) so it's good to give the user control over when it should be run, and remove duplication.Motivation and Context
HERA validation sims.
Types of changes
Checklist:
For all pull requests: