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

Feature/issue-205 #215

Merged
merged 13 commits into from
Nov 29, 2023
Merged

Feature/issue-205 #215

merged 13 commits into from
Nov 29, 2023

Conversation

nlenssen2013
Copy link
Contributor

@nlenssen2013 nlenssen2013 commented Nov 27, 2023

Github Issue: #205 , #220

Description

If there are dimensions that have the same string name but different values in different groups. Then the xarray.rename_dims function will need to be used so that the copying variables back into the netCDF dataset is successfull

Overview of work done

get the names of dimensions that have different values and then put the old name and new name into the .rename_dims for an updated dataset. Check that the same time variable isn't added

Overview of verification done

run bounding box test on OMIPIXCOR data file

Overview of integration done

Explain how this change was integration tested. Provide screenshots or logs if appropriate. An example of this would be a local Harmony deployment.

PR checklist:

  • Linted
  • Updated unit tests
  • Updated changelog
  • Integration testing

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

@nlenssen2013 nlenssen2013 marked this pull request as ready for review November 27, 2023 21:00
@nlenssen2013
Copy link
Contributor Author

Synk seems to be failing, and I'm not sure how to trouble shoot that

@jamesfwood
Copy link
Collaborator

@nlenssen2013 there are some conflicts that need fixing. Also, don't worry about the Synk and SonarCloud failure. I have another branch to address that. But if you can fix the conflicts then we should be able to merge this.

@nlenssen2013 nlenssen2013 changed the title Feature/issue 205 Feature/issue-205 Nov 29, 2023
@nlenssen2013
Copy link
Contributor Author

@nlenssen2013 there are some conflicts that need fixing. Also, don't worry about the Synk and SonarCloud failure. I have another branch to address that. But if you can fix the conflicts then we should be able to merge this.

Conflicts are fixed. Added a small issue fix with the compute time coordinates function. Let me know if it's acceptable.

Copy link
Collaborator

@jamesfwood jamesfwood left a comment

Choose a reason for hiding this comment

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

Looks good, merge when you're ready. Thanks!

@nlenssen2013 nlenssen2013 merged commit b558678 into develop Nov 29, 2023
@nlenssen2013 nlenssen2013 deleted the feature/issue-205 branch November 29, 2023 21:25
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