Skip to content

Commit

Permalink
Merge pull request #70 from SpiNNakerManchester/download_region
Browse files Browse the repository at this point in the history
split download and recording data tables and methods
  • Loading branch information
Christian-B authored Sep 18, 2024
2 parents 687e7ba + ec8a040 commit 162ae8d
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 @@ -318,7 +318,7 @@ def read_samples(self, buffer_manager, placement):
"""

# Read the data recorded
data, _ = buffer_manager.get_data_by_placement(placement, 0)
data, _ = buffer_manager.get_recording(placement, 0)

numpy_format = list()
output_format = list()
Expand Down

0 comments on commit 162ae8d

Please sign in to comment.