Skip to content

Commit

Permalink
MAINT: Fixing flake8 problems
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Jan 18, 2021
1 parent 5c68910 commit 2a5b90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cartopy/mpl/gridliner.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ def _draw_gridliner(self, nx=None, ny=None, renderer=None):
sup = min(lat_lim[1], crs.y_limits[1])
lat_ticks = [value for value in lat_ticks if inf <= value <= sup]


#####################
# Gridlines drawing #
#####################
Expand Down
2 changes: 2 additions & 0 deletions lib/cartopy/tests/mpl/test_ticks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def _format_lon(val, i):


ticks_tolerance = 7


@pytest.mark.natural_earth
@ImageTesting(['xticks_no_transform'],
tolerance=ticks_tolerance)
Expand Down

0 comments on commit 2a5b90d

Please sign in to comment.