Skip to content

Commit

Permalink
spin2 1 Chip is not a four plus board
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 19, 2024
1 parent 6d058db commit cbe73bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spinn_machine/version/version_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class VersionStrings(Enum):
"""

ANY = (1, "Any", [3, 5, 201, 248])
FOUR_PLUS = (2, "Four plus", [3, 5, 201, 248])
FOUR_PLUS = (2, "Four plus", [3, 5, 248])
# To test stuff with more than four chips.
BIG = (3, "Big", [5, 248])
# Specifically to test stuff over multiple boards
Expand Down
2 changes: 1 addition & 1 deletion unittests/data/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_mock_any(self):
self.assertGreaterEqual(machine.n_chips, 1)

def test_mock_4_or_more(self):
# Should work with any version
# Should work with any version that has 4 plus Chips
set_config("Machine", "versions", VersionStrings.FOUR_PLUS.text)
# check there is a value not what it is
machine = MachineDataView.get_machine()
Expand Down

0 comments on commit cbe73bb

Please sign in to comment.