Skip to content

Commit

Permalink
TEST: Mark test_explorer_geo_revise_kind with geo marker
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Sep 28, 2024
1 parent 266565b commit 881e2a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hvplot/tests/testui.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def test_explorer_xarray_multi_var_extra_dims_no_coord():


@pytest.mark.parametrize('kind_tuple', [('scatter', 'points'), ('line', 'paths')])
@pytest.mark.geo
def test_explorer_geo_revise_kind(kind_tuple):
da = ds_air_temperature['air'].isel(time=0)
explorer = hvplot.explorer(da, x='lon', y='lat', kind=kind_tuple[0], geo=True)
Expand Down

0 comments on commit 881e2a3

Please sign in to comment.