Skip to content

Commit

Permalink
integrate_nodes_to_master (#1034) - fixing PEP8 linter errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
CKehl committed Jan 4, 2022
1 parent 4b4f8f2 commit a041ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parcels/particleset/particlesetnodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ def _convert_to_reltime(time):
class ParticleSetNodes(BaseParticleSet):
"""This particle set organizes actual particles in form of a double-linked list, such as:
None -> prev |-> prev \-> None
next -| next -|
data data
None -> prev | -> prev | -> None
next - | next - |
data data
:arg data is the node's payload, which is an actual ScipyParticle or JITParticle. Remember that, as a node-based
list, this particle set is built upon a non-indexable collections. This can lead to a speed boost for a few
Expand Down

0 comments on commit a041ba6

Please sign in to comment.