Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow expanding single keys to multiple keys. #27

Merged
merged 2 commits into from
Jun 12, 2020

Conversation

dcherian
Copy link
Contributor

.isel(X=5, Y=5).isel(xi_rho=5, xi_u=5, xi_v=5, eta_rho=10, ...)

Closes #13

dcherian added 2 commits June 12, 2020 16:52
.isel(X=5, Y=5) → .isel(xi_rho=5, xi_u=5, xi_v=5, eta_rho=10, ...)

Closes xarray-contrib#13
@codecov-commenter
Copy link

codecov-commenter commented Jun 12, 2020

Codecov Report

Merging #27 into master will increase coverage by 0.58%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   87.33%   87.92%   +0.58%     
==========================================
  Files           6        6              
  Lines         308      323      +15     
==========================================
+ Hits          269      284      +15     
  Misses         39       39              
Flag Coverage Δ
#unittests 87.92% <100.00%> (+0.58%) ⬆️
Impacted Files Coverage Δ
cf_xarray/accessor.py 90.53% <100.00%> (+0.05%) ⬆️
cf_xarray/tests/test_accessor.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4cce59...cc2a7c1. Read the comment docs.

@dcherian dcherian merged commit d06919f into xarray-contrib:master Jun 12, 2020
@dcherian dcherian deleted the expand_multiple branch June 12, 2020 23:02
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.

What to do with multiple axis variables?
2 participants