Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with HoloViews 1.15 #574

Merged
merged 1 commit into from
May 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion geoviews/tests/data/test_geopandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from holoviews.core.data.interface import DataError
from holoviews.element import Polygons, Path, Points
from holoviews.element.comparison import ComparisonTestCase
from holoviews.tests.core.data.testmultiinterface import GeomTests
from holoviews.tests.core.data.test_multiinterface import GeomTests

from geoviews.data import GeoPandasInterface

Expand Down
4 changes: 2 additions & 2 deletions geoviews/tests/data/test_iris.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
from holoviews.core.spaces import HoloMap
from holoviews.element import Image

from holoviews.tests.core.data.testimageinterface import BaseImageElementInterfaceTests
from holoviews.tests.core.data.testgridinterface import BaseGridInterfaceTests
from holoviews.tests.core.data.test_imageinterface import BaseImageElementInterfaceTests
from holoviews.tests.core.data.test_gridinterface import BaseGridInterfaceTests


class IrisInterfaceTests(BaseGridInterfaceTests):
Expand Down
2 changes: 1 addition & 1 deletion geoviews/tests/data/test_multigeometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from holoviews.core.util import pd
from holoviews.element import Polygons, Path
from holoviews.element.comparison import ComparisonTestCase
from holoviews.tests.core.data.testmultiinterface import MultiBaseInterfaceTest
from holoviews.tests.core.data.test_multiinterface import MultiBaseInterfaceTest

try:
from shapely import geometry as sgeom
Expand Down