Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lee1043 committed May 9, 2024
1 parent 84f5730 commit 5b61d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcmdi_metrics/utils/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_target_grid(
grid = grid.sel(lat=slice(start_lat, end_lat), lon=slice(start_lon, end_lon))
else:
raise ValueError(
f"grid_type {grid_type} is undefined. Please use either `uniform` or `gaussian"
f"grid_type {grid_type} is undefined. Please use either 'uniform' or 'gaussian'"
)

return grid
Expand Down

0 comments on commit 5b61d85

Please sign in to comment.