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

Coverage axis name case sensitive #1229

Merged

Conversation

tdrwenski
Copy link
Member

@tdrwenski tdrwenski commented Aug 25, 2023

Description of Changes

Update the findCoordAxis method used when subsetting coverages to first check axis name case sensitive, then case insensitive. Resolves #1219.

The unit test I made is a bit convoluted, I was doubting if it was the best way to test. The only alternative I see is testing in the TDS (which I did manually but could make an automated test as well).

Jenkins tests are passing with this PR: https://jenkins-aws.unidata.ucar.edu/view/Users/job/tara-netcdf-java/24/

PR Checklist

  • Link to any issues that the PR addresses
  • Add labels
  • Open as a draft PR
    until ready for review
  • Make sure GitHub tests pass
  • Mark PR as "Ready for Review"

@tdrwenski tdrwenski marked this pull request as ready for review August 25, 2023 19:44
@haileyajohnson haileyajohnson merged commit dce8d05 into Unidata:maint-5.x Aug 25, 2023
9 checks passed
@tdrwenski tdrwenski deleted the coverage-axis-name-case-sensitive branch August 25, 2023 20:32
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.

Allow coverage axes with same name in different case
2 participants