Skip to content

Commit

Permalink
remove no longer used options
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 21, 2024
1 parent 7549436 commit a8aedd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions examples/breakout/spynnaker.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[Mapping]

# Reduce the default time (1000s) to wait for compression for breakout

router_table_compression_with_bit_field_iteration_time = 1

# Breakout doesn't implement delays, so avoid DelaySupportAdder
delay_support_adder = None
3 changes: 2 additions & 1 deletion unittests/test_cfg_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ def test_config_checks(self):
examples = os.path.join(parent, "examples")
integration_tests = os.path.join(parent, "integration_tests")
run_config_checks(directories=[
spinn_gym_dir, examples, integration_tests, unittests])
spinn_gym_dir, examples, integration_tests, unittests],
check_all_used=False)

0 comments on commit a8aedd4

Please sign in to comment.