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

bugfix/issue-143 #144

Merged

Conversation

danielfromearth
Copy link
Collaborator

@danielfromearth danielfromearth commented Feb 7, 2023

Github Issue: #143

Description

Fix a TypeError that's raised when no variables are specified for a netCDF file that has groups.

Overview of work done

Added a check for None before modifying the variable paths.

Overview of verification done

Verified that the suite of automated tests all passed successfully.

Overview of integration done

No integration testing was done.

PR checklist:

  • Linted
    [N/A] Updated unit tests
  • Updated changelog
  • Integration testing

See Pull Request Review Checklist for pointers on reviewing this pull request

@danielfromearth danielfromearth marked this pull request as ready for review February 7, 2023 16:42
@danielfromearth danielfromearth added the bug Something isn't working label Feb 13, 2023
@danielfromearth danielfromearth merged commit dda0bd6 into develop Feb 13, 2023
@danielfromearth danielfromearth deleted the feature/issue-143-no-variables-with-groups-error branch February 13, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error is raised when no variables are specified at the CLI for a netCDF that has groups
2 participants