Skip to content

Commit

Permalink
Merge branch 'allow_different_partitions' of https://github.com/SpiNN…
Browse files Browse the repository at this point in the history
…akerManchester/SpiNNakerGraphFrontEnd.git into allow_different_partitions
  • Loading branch information
rowleya committed Oct 14, 2024
2 parents d4b6a05 + 247e1b6 commit 048ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfe_integration_tests/test_rte/run_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class RunVertex(
AbstractGeneratesDataSpecification):

def __init__(self, aplx_file, executable_type):
super().__init__(ConstantSDRAM(0))
super().__init__(ConstantSDRAM(SIMULATION_N_BYTES))
self._aplx_file = aplx_file
self._executable_type = executable_type

Expand Down

0 comments on commit 048ec72

Please sign in to comment.