Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 29, 2024
1 parent edaa3e9 commit b1f3465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -285,7 +285,7 @@ def set_v_to_p_map(cls, v_to_p_map: Dict[XY, bytes]):
:param dict((int, int), bytes) v_to_p_map:
"""
if cls.__data._quad_map:
if cls.__data._quad_map:
raise SpinnMachineException(
"Can not have both quad_map and v_to_p_map")
if cls.__data._v_to_p_map is None:
Expand Down
2 changes: 1 addition & 1 deletion spinn_machine/version/version_spin1.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ def dtcm_bytes(self) -> int:
return 2 ** 16

def quads_maps(self) -> None:
return None
return None

0 comments on commit b1f3465

Please sign in to comment.