diff --git a/oceans/datasets.py b/oceans/datasets.py index bdc6233..815d63b 100644 --- a/oceans/datasets.py +++ b/oceans/datasets.py @@ -287,7 +287,7 @@ def get_depth(lon, lat, tfile=None): >>> station_lon = [-40, -32] >>> station_lat = [-20, -20] >>> get_depth(station_lon, station_lat) - array([ -32.98816423, -4275.63374601]) + array([ -32.988163, -4275.634 ], dtype=float32) """ lon, lat = list(map(np.atleast_1d, (lon, lat)))