From 92839865fe676d306b78588b92cecb7aa4735baa Mon Sep 17 00:00:00 2001 From: Cristian C Lalescu <Cristian.Lalescu@mpcdf.mpg.de> Date: Thu, 27 Jan 2022 17:39:58 +0100 Subject: [PATCH] adds comment --- documentation/sphinx_static/convergence_particles.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/documentation/sphinx_static/convergence_particles.rst b/documentation/sphinx_static/convergence_particles.rst index 170033f7..45fd4dab 100644 --- a/documentation/sphinx_static/convergence_particles.rst +++ b/documentation/sphinx_static/convergence_particles.rst @@ -123,8 +123,12 @@ class cannot search for the source parameters itself. Thirdly, I will note that one may in fact break this call by modifying the `iter0` and `checkpoints_per_file` values, since we have explicitly placed `iter0` in the `checkpoint` 0 file. -However, a full discussion of the `iter0` and `checkpoint` subtleties is -beyond the scope of this tutorial. +While a full discussion of the `iter0` and `checkpoint` subtleties is +beyond the scope of this tutorial, I will mention that it was a +conscious choice to use a simple `iteration` to `checkpoint` +correspondence, since we don't actually need anything smarter outside of +extreme scenarios that need to be addressed individually anyway +due to other complexities. .. code:: python -- GitLab