Skip to content

Commit 5ceefdf

Browse files
committed
Add todo comment
1 parent 75e912a commit 5ceefdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

parcels/particle.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,6 @@ def setLastID(cls, offset): # TODO v4: check if we can implement this in anothe
231231

232232
class JITParticle(ScipyParticle):
233233
def __init__(self, *args, **kwargs):
234-
raise NotImplementedError("JITParticle has been deprecated in Parcels v4. Use ScipyParticle instead.")
234+
raise NotImplementedError(
235+
"JITParticle has been deprecated in Parcels v4. Use ScipyParticle instead."
236+
) # TODO v4: link to migration guide

0 commit comments

Comments
 (0)