Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 18 #550

Closed
wants to merge 11 commits into from
Next Next commit
set_config("Machine", "version", 5)
  • Loading branch information
Christian-B committed Mar 13, 2024
commit e2f179053560a755000bcfb0b378b2ec98b4f5f7
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
# limitations under the License.

import unittest
from pacman.config_setup import unittest_setup
from spinn_utilities.config_holder import set_config
from spinn_machine import MulticastRoutingEntry

from pacman.config_setup import unittest_setup
from pacman.model.routing_tables import (
UnCompressedMulticastRoutingTable, MulticastRoutingTables)
from pacman.model.routing_tables.multicast_routing_tables import (
Expand All @@ -34,6 +36,7 @@ class TestRoutingTable(unittest.TestCase):

def setUp(self):
unittest_setup()
set_config("Machine", "version", 5)

def test_new_multicast_routing_table_entry(self):
"""
Expand Down