Skip to content

Commit

Permalink
Merge pull request #94 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 1325bca + 75c6d37 commit 8c93e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_gym/games/spinn_gym_application_vertex.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_recorded_data(self, name):
buffer_manager = SpynnakerDataView.get_buffer_manager()

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

numpy_format = list()
Expand Down

0 comments on commit 8c93e71

Please sign in to comment.