Skip to content

Commit

Permalink
Make right size
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya authored Oct 12, 2024
1 parent f860734 commit 247e1b6
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 247e1b6

Please sign in to comment.