Skip to content

Commit

Permalink
Ignore warning from test_operation
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jan 23, 2024
1 parent ba94cce commit e97db30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion geoviews/tests/test_operation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
import geoviews as gv
import pytest
import xarray as xr
from holoviews.operation import contours

import geoviews as gv


@pytest.mark.filterwarnings(
"ignore:numpy.ndarray size changed, may indicate binary incompatibility" # https://github.com/pydata/xarray/issues/7259
)
def test_quadmesh_contoures_filled():
# Regression test for: https://github.com/holoviz/holoviews/pull/5925
ds = xr.tutorial.open_dataset("air_temperature").isel(time=0)
Expand Down

0 comments on commit e97db30

Please sign in to comment.