Skip to content

Commit

Permalink
Correct uvw dimension to uvw_label
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Sep 9, 2024
1 parent 3370efd commit 43da771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray_ms/backend/msv2/main_dataset_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MSv2ColumnSchema:
),
}

FIXED_DIMENSION_SIZES = {"uvw": 3}
FIXED_DIMENSION_SIZES = {"uvw_label": 3}


class MainDatasetFactory:
Expand Down

0 comments on commit 43da771

Please sign in to comment.