Skip to content

Commit

Permalink
double typeguard
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 8, 2024
1 parent d83ebc8 commit 3f5fd4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spinn_machine/virtual_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def __init__(
version = MachineDataView.get_machine_version()
if n_cores:
width, height = version.size_from_n_cores(n_cores)
assert width is not None
assert height is not None
version.verify_size(width, height)
max_cores = version.max_cores_per_chip
self._n_router_entries = version.n_router_entries
Expand Down

0 comments on commit 3f5fd4a

Please sign in to comment.