diff --git a/.github/workflows/python_actions.yml b/.github/workflows/python_actions.yml index 4b2f5a7..f6e2255 100644 --- a/.github/workflows/python_actions.yml +++ b/.github/workflows/python_actions.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8, 3.9, "3.10", "3.11"] + python-version: [3.8, 3.9, "3.10", "3.11", "3.12"] steps: - name: Checkout diff --git a/examples/extra_models_examples/vogel_2011/spynnaker.cfg b/examples/extra_models_examples/vogel_2011/spynnaker.cfg index ce24524..a5c114f 100644 --- a/examples/extra_models_examples/vogel_2011/spynnaker.cfg +++ b/examples/extra_models_examples/vogel_2011/spynnaker.cfg @@ -32,6 +32,3 @@ time_between_cores = 2.7 # performance controller for how much of the time step to use for sending fraction_of_time_spike_sending = 0.99 - -[Mapping] -compressor = SpynnakerMachineBitFieldPairRouterCompressor