Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jun 11, 2024
1 parent 6076d85 commit 2e7c676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcmc/mcmc_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,6 @@ def get_recorded_region_ids(self) -> Sequence[int]:
return [0]

@overrides(AbstractReceiveBuffersToHost.get_recording_region_base_address)
def get_recording_region_base_address(self, placement):
def get_recording_region_base_address(self, placement: Placement):
return helpful_functions.locate_memory_region_for_placement(
placement, MCMCRegions.RECORDING.value)

0 comments on commit 2e7c676

Please sign in to comment.