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

Switch aircraft record to first dimension #458

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

mikecooke77
Copy link
Collaborator

@mikecooke77 mikecooke77 commented Oct 23, 2024

Description

This PR switches the aircraft bias file so the dimensions are [Record, Variable] rather than [Variable, Record]. This is the style agreed at this discussion () and it fixes some tests failures with debug builds which don't collapse the array dimensions.

Issue(s) addressed

Resolves issues in ufo (e.g. https://github.com/JCSDA-internal/ufo/issues/3480)

Dependencies

To be merged with the associated ufo PR:

Impact

Ctests passing in debug builds.

Checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation ( not needed)
  • I have run the unit tests before creating the PR

@mikecooke77
Copy link
Collaborator Author

@nicholasesposito I'm happy to wait for ioda-converters to merge this or it could go in before. I'm don't mind either way.

@mikecooke77 mikecooke77 added the coordinate merge Ready for merge but needs to be coordinated with other repos label Oct 23, 2024
@nicholasesposito
Copy link

@mikecooke77 Yeah go for it. I'm testing the change now.
The issue is iodaconv#1567

Copy link

@nicholasesposito nicholasesposito left a comment

Choose a reason for hiding this comment

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

My PR is linked.

Copy link
Collaborator

@BenjaminRuston BenjaminRuston left a comment

Choose a reason for hiding this comment

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

I approve this PR, thanks @mikecooke77

@BenjaminRuston BenjaminRuston added the ready for merge PR is reviewed and is ready for merge label Oct 23, 2024
@mikecooke77
Copy link
Collaborator Author

I think given this change fixes code that is currently in broken and under research this pr is ok to go in before the ioda-converters change linked to this pr.

@mikecooke77 mikecooke77 merged commit b45d99e into develop Oct 24, 2024
2 checks passed
@mikecooke77 mikecooke77 deleted the bugfix/varbcRecordVariable branch October 24, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coordinate merge Ready for merge but needs to be coordinated with other repos ready for merge PR is reviewed and is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants