From 6c3d43408d2637aa5cdd2e71b05d47c19ef12bfb Mon Sep 17 00:00:00 2001 From: Christian Kehl Date: Wed, 22 Dec 2021 18:37:43 +0100 Subject: [PATCH] integrate_nodes_to_master (#1034) - fixing PEP8 linter errors. --- parcels/particleset/particlesetnodes.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parcels/particleset/particlesetnodes.py b/parcels/particleset/particlesetnodes.py index ea8bf2601f..12e7e1f8e5 100644 --- a/parcels/particleset/particlesetnodes.py +++ b/parcels/particleset/particlesetnodes.py @@ -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