Skip to content

Commit

Permalink
fix geopandas 1.0 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 13, 2024
1 parent 5abfc77 commit 389b85a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/plugins/test_time_slider_choropleth.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ def test_timedynamic_geo_json():
"""
tests folium.plugins.TimeSliderChoropleth
"""
import geodatasets
import geopandas as gpd

assert "naturalearth_lowres" in gpd.datasets.available
datapath = gpd.datasets.get_path("naturalearth_lowres")
datapath = geodatasets.get_path("naturalearth land")
gdf = gpd.read_file(datapath)

"""
Expand Down

0 comments on commit 389b85a

Please sign in to comment.