Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Oct 31, 2023
1 parent bcf5a39 commit d000d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacman/model/graphs/common/slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d000d6e

Please sign in to comment.