Skip to content

Commit

Permalink
tests: fix holoviews imports (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored May 30, 2022
1 parent 45d754d commit 1bd7712
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 1bd7712

Please sign in to comment.