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

Fix swapped x and y dimensions in comments and variable names for MEPS data #52

Merged
merged 3 commits into from
Jun 4, 2024

Conversation

joeloskarsson
Copy link
Collaborator

The x- and y-dimensions for the MEPS data are swapped in comments describing tensor shapes, and also in some variable names. This change swaps from (x, y) ordering to the correct (y, x) ordering.

This fixes #46. See the issue for a more clear description.

Copy link
Collaborator

@bet20ICL bet20ICL left a comment

Choose a reason for hiding this comment

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

lgtm, I think this covers everything

@leifdenby
Copy link
Member

LGTM as well! Thanks for this @joeloskarsson

@sadamov
Copy link
Collaborator

sadamov commented Jun 3, 2024

Ah yes this did confuse me back then :) thanks for fixing the comments!

sadamov added a commit that referenced this pull request Jun 3, 2024
@joeloskarsson joeloskarsson merged commit c8d3553 into main Jun 4, 2024
16 checks passed
@joeloskarsson joeloskarsson deleted the fix_xy_dim_order branch June 4, 2024 19:34
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.

Grid Dimension Ordering
4 participants