Skip to content

Commit

Permalink
TEST: Mark test_explorer_geo_revise_kind with geo marker (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored Sep 30, 2024
1 parent b36e3a1 commit f319c54
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 f319c54

Please sign in to comment.