Skip to content

Commit db731f5

Browse files
reint-fischerreint-fischer
authored andcommitted
add parcels.Particle docstring
1 parent 352113a commit db731f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parcels/_core/particle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def get_default_particle(spatial_dtype: np.float32 | np.float64) -> ParticleClas
193193

194194

195195
Particle = get_default_particle(np.float32)
196+
"""The default Particle used in Parcels simulations."""
196197

197198

198199
def create_particle_data(

0 commit comments

Comments
 (0)