Skip to content

Commit

Permalink
style: formatting test_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Dec 10, 2023
1 parent 3b1bf49 commit cf83691
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_utils.py
Expand Up @@ -15,11 +15,12 @@
import pandas as pd
import pytest
import verde as vd
import xarray as xr

from antarctic_plots import regions, utils


def dummy_grid():
def dummy_grid() -> xr.Dataset:
(x, y, z) = vd.grid_coordinates(
region=(-100, 100, 200, 400),
spacing=100,
Expand Down Expand Up @@ -205,9 +206,6 @@ def test_latlon_to_epsg3031_region():
assert reg == pytest.approx(regions.ross_ice_shelf, abs=10)


test_latlon_to_epsg3031_region()


def test_epsg3031_to_latlon():
"""
test the epsg3031_to_latlon function
Expand Down

0 comments on commit cf83691

Please sign in to comment.