Skip to content
Snippets Groups Projects
Commit cae0ae3d authored by Amy Stamile's avatar Amy Stamile
Browse files

remove comment

parent 4f8c09b4
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ class Point(NamedTuple): ...@@ -10,7 +10,7 @@ class Point(NamedTuple):
class LatLon(NamedTuple): class LatLon(NamedTuple):
lat: np.ndarray lat: np.ndarray
lon: np.ndarray lon: np.ndarray
# np.narray
class Sphere(NamedTuple): class Sphere(NamedTuple):
lat: np.ndarray lat: np.ndarray
lon: np.ndarray lon: np.ndarray
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment