From d000d6ef7ad89508344d6de93cbdffa490ca768d Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Tue, 31 Oct 2023 09:10:34 +0000 Subject: [PATCH] Fix doc --- pacman/model/graphs/common/slice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman/model/graphs/common/slice.py b/pacman/model/graphs/common/slice.py index 4de9295ff..ece5c4ca9 100644 --- a/pacman/model/graphs/common/slice.py +++ b/pacman/model/graphs/common/slice.py @@ -212,6 +212,6 @@ def get_relative_indices(self, app_vertex_indices): :param numpy.ndarray app_vertex_indices: The global application vertex indices to convert - :return The local core-level indices relative to this slice + :return: The local core-level indices relative to this slice """ return app_vertex_indices - self._lo_atom