Skip to content

Commit

Permalink
use VersionStrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 12, 2024
1 parent 1776479 commit 063985c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import unittest
from spinn_utilities.config_holder import set_config
from spinn_machine.version import MULTIPLE_BOARDS
from spinn_machine.version.version_strings import VersionStrings
from spinn_machine.virtual_machine import virtual_machine_by_boards
from spinnman.messages.eieio import EIEIOType
from pacman.model.graphs.machine import MachineVertex
Expand All @@ -40,7 +40,7 @@ class TestInsertLPGs(unittest.TestCase):
"""
def setUp(self):
unittest_setup()
set_config("Machine", "version", MULTIPLE_BOARDS)
set_config("Machine", "versions", VersionStrings.MULTIPLE_BOARDS.text)

def test_that_3_lpgs_are_generated_on_3_board_app_graph(self):
writer = FecDataWriter.mock()
Expand Down

0 comments on commit 063985c

Please sign in to comment.