Closed ctuguinay closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.22%. Comparing base (
9f56124
) to head (c916fe9
). Report is 141 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@leewujung This should be ready for review
@leewujung Thanks for the review! Just made the change to use just one test (since the content was identical).
When trying to save an Echodata object to Zarr that was missing the Sound Velocity Profile Depth coordinate in the Environment group, I got the following error:
Zarr doesn't seem to like it when a coordinate has no associated value(s):
So instead of setting
sound_velocity_profile_depth
to[]
in set groups when the parser contains no associated values, I set it to[np.nan]
.