Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Douwe M Osinga committed Nov 8, 2024
1 parent 5b41853 commit 721c61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 196 deletions.
196 changes: 0 additions & 196 deletions frontend/src/neptyne-container/NeptyneModals.test.tsx

This file was deleted.

2 changes: 2 additions & 0 deletions neptyne_kernel/neptyne_api/geo.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from functools import partial, wraps
from typing import Any, Callable


import geopandas
import numpy as np
import pyproj
Expand Down Expand Up @@ -99,6 +100,7 @@ def dataset(name_or_url: str) -> GeoDataFrame:
path = geopandas.datasets.get_path(name_or_url)
else:
import geoplot

try:
path = geoplot.datasets.get_path(name_or_url)
except ValueError:
Expand Down

0 comments on commit 721c61b

Please sign in to comment.