Skip to content

Commit

Permalink
reformatting whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ellequelle committed Mar 10, 2022
1 parent e4cf915 commit 9adcf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cartopy/img_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def regrid(array, source_x_coords, source_y_coords, source_proj, target_proj,
desired_nx)

bounds = _determine_bounds(source_x_coords, source_y_coords,
source_proj)
source_proj)

outside_source_domain = ((target_in_source_y >= bounds['y'][1]) |
(target_in_source_y <= bounds['y'][0]))
Expand Down

0 comments on commit 9adcf4b

Please sign in to comment.