Skip to content

Commit b189961

Browse files
committed
Removed comment
1 parent 0d5fa89 commit b189961

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OceanOSSE/sampling/sampler_nearest_neighbour.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def find_nearest_ij(self, ds, profile):
167167
nearest = stacked.argsort(axis=-1)
168168
ji = stacked.gridpoint.isel(gridpoint=nearest.isel(gridpoint=0))
169169

170-
# TODO use great circle distance on the 4 nearest points
171170
i_nn = ji["i"]
172171
j_nn = ji["j"]
173172
i_nn = i_nn.drop_vars("gridpoint")

0 commit comments

Comments
 (0)