Skip to content

Conversation

jasonb5
Copy link
Contributor

@jasonb5 jasonb5 commented Mar 14, 2025

Fixes decoding parametric coordinate when calling the accessor method.

Copy link

codecov bot commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.30%. Comparing base (a9cebee) to head (f3134ed).
Report is 55 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #561      +/-   ##
==========================================
+ Coverage   85.78%   86.30%   +0.51%     
==========================================
  Files          13       15       +2     
  Lines        2364     2957     +593     
  Branches      183      256      +73     
==========================================
+ Hits         2028     2552     +524     
- Misses        303      360      +57     
- Partials       33       45      +12     
Flag Coverage Δ
mypy 43.70% <0.00%> (+5.17%) ⬆️
unittests 93.66% <100.00%> (-0.33%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

assert romsds.z_rho.shape == (2, 30)
assert romsds.z_rho.attrs["standard_name"] == "height_above_geopotential_datum"

romsds.drop_vars("z_rho")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
romsds.drop_vars("z_rho")
romsds = romsds.drop_vars("z_rho")

@dcherian dcherian merged commit b11e491 into xarray-contrib:main Mar 16, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants