Skip to content

Commit

Permalink
get_recording or get_download
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 12, 2024
1 parent 1325bca commit 75c6d37
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 75c6d37

Please sign in to comment.