Skip to content

Commit 114a213

Browse files
fixing the renaming of TimeExtrapolation to OutsideTimeInterval
1 parent 1e8fbc5 commit 114a213

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/parcels/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
FieldOutOfBoundError,
3030
FieldSamplingError,
3131
KernelError,
32+
OutsideTimeInterval,
3233
StatusCode,
33-
TimeExtrapolationError,
3434
)
3535
from parcels._core.uxgrid import UxGrid
3636
from parcels._core.warnings import (
@@ -69,8 +69,8 @@
6969
"FieldOutOfBoundError",
7070
"FieldSamplingError",
7171
"KernelError",
72+
"OutsideTimeInterval",
7273
"StatusCode",
73-
"TimeExtrapolationError",
7474
# Warnings
7575
"FieldSetWarning",
7676
"FileWarning",

tests/test_particleset_execute.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
ParticleFile,
1515
ParticleSet,
1616
StatusCode,
17-
OutsideTimeInterval,
1817
UxGrid,
1918
Variable,
2019
VectorField,

0 commit comments

Comments
 (0)