utils.amend_indices =================== Back to :doc:`Module page <../modules/utils>` Summary ------- Joins blocks together if they are separated by less than n_tol Signature --------- .. code-block:: python def amend_indices(left_indices, right_indices, n_tol = params.SUPPORT_EDGE_DATA) .. list-table:: Input variables :header-rows: 1 * - Name - Type - Default - Description * - ``left_indices`` - - - - - - * - ``right_indices`` - - - - - - * - ``n_tol`` - - - params.SUPPORT_EDGE_DATA - - Output variables ---------------- .. list-table:: :header-rows: 1 * - Return annotation - Docstring type - Description * - ``None`` - - - - Docstring --------- .. code-block:: text Joins blocks together if they are separated by less than n_tol