Skip to content

Commit b86f35d

Browse files
Updating ParticleSetView in init
1 parent 823d180 commit b86f35d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parcels/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Variable,
1818
Particle,
1919
ParticleClass,
20-
ParticleSetView, # ? remove?
20+
ParticleSetView,
2121
)
2222
from parcels._core.field import Field, VectorField
2323
from parcels._core.basegrid import BaseGrid
@@ -87,7 +87,7 @@
8787
"logger",
8888
"download_example_dataset",
8989
"list_example_datasets",
90-
# (marked for potential removal)
90+
# Helpers for particle handling
9191
"ParticleSetView",
9292
]
9393

0 commit comments

Comments
 (0)