Skip to content

Commit dc18560

Browse files
committed
Remove fieldfilebuffer.py
Wasn't used anymore in the codebase
1 parent 578d77d commit dc18560

2 files changed

Lines changed: 0 additions & 192 deletions

File tree

parcels/field.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -384,14 +384,6 @@ def vector_interp_method(self, method: Callable):
384384
_assert_same_function_signature(method, ref=ZeroInterpolator)
385385
self._vector_interp_method = method
386386

387-
# @staticmethod
388-
# TODO : def _check_grid_dimensions(grid1, grid2):
389-
# return (
390-
# np.allclose(grid1.lon, grid2.lon)
391-
# and np.allclose(grid1.lat, grid2.lat)
392-
# and np.allclose(grid1.depth, grid2.depth)
393-
# and np.allclose(grid1.time, grid2.time)
394-
# )
395387
def eval(self, time: datetime, z, y, x, particle=None, applyConversion=True):
396388
"""Interpolate field values in space and time.
397389

parcels/fieldfilebuffer.py

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)