Closed ctuguinay closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.91%. Comparing base (
8fecc8f
) to head (e89e24f
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@leewujung This is ready to be reviewed
Codecov says 'All modified and coverable lines are covered by tests ✅', so I think this coverage difference is alright?
Hey @leewujung, I added a few more checks for the gating in the test_select_sonar
function. Do you think I should remove the parse_simrad_fname_time
function from utils/time.py
? The only place it was used was in the previous iteration of select_sonar
.
Yeah, I think that function could be removed.
@leewujung Just removed it
@ctuguinay : I pulled in all changes from main
.
The primary change is that the function now uses dataset/data array time variable start and end selection instead of filename time values.