Skip to content

Commit

Permalink
Rename fieldfilebuffer -> _...
Browse files Browse the repository at this point in the history
  • Loading branch information
VeckoTheGecko committed Nov 25, 2024
1 parent 1f4ae4e commit 53be11f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion parcels/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
)
from parcels.tools.warnings import FieldSetWarning, _deprecated_param_netcdf_decodewarning

from .fieldfilebuffer import (
from ._fieldfilebuffer import (
DaskFileBuffer,
DeferredDaskFileBuffer,
DeferredNetcdfFileBuffer,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fieldset.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
TimeExtrapolationError,
Variable,
)
from parcels._fieldfilebuffer import DaskFileBuffer
from parcels.field import Field, VectorField
from parcels.fieldfilebuffer import DaskFileBuffer
from parcels.tools.converters import (
GeographicPolar,
TimeConverter,
Expand Down

0 comments on commit 53be11f

Please sign in to comment.