Skip to content

Commit

Permalink
Merge branch 'v_to_p_map' into p_list
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 19, 2024
2 parents 6e2c8a8 + fc44afd commit dfdde6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_machine/data/machine_data_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def get_physical_core_id(cls, xy: XY, virtual_p: int) -> Optional[int]:
"""
if cls.__data._v_to_p_map is None:
version = cls.get_machine_version()
# delayed import to avoid vicular reference
# delayed import to avoid circular reference
# pylint: disable=import-outside-toplevel
from spinn_machine.version.version_spin1 import VersionSpin1
if isinstance(version, VersionSpin1):
Expand Down

0 comments on commit dfdde6c

Please sign in to comment.