You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: parcels/kernel.py
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -92,11 +92,6 @@ def funcname(self):
92
92
ret+=f.__name__
93
93
returnret
94
94
95
-
@property#! Ported from v3. To be removed in v4? (/find another way to name kernels in output file)
96
-
defname(self):
97
-
# return f"{self._ptype.name}{self.funcname}" # TODO v4: Should we propogate the name of the particle to the metadata? At the moment we don't have the concept of naming particles (somewhat incompatible with the .add_variable() API?)
0 commit comments