Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: SimonKamuk <[email protected]>
  • Loading branch information
observingClouds and SimonKamuk authored Nov 26, 2024
1 parent 0677415 commit 967e9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mllam_data_prep/ops/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _extract_grid_mapping_names(grid_mapping_attr: str) -> List[str]:
>>> _extract_grid_mapping_names(m2)
['crsOSGB']
Note: merge of https://github.com/pydata/xarray/pull/9765 of will allow xarray to handle this directly.
Note: merge of https://github.com/pydata/xarray/pull/9765 will allow xarray to handle this directly.
"""
if ":" not in grid_mapping_attr:
return grid_mapping_attr.split(" ")
Expand Down

0 comments on commit 967e9bd

Please sign in to comment.