Skip to content

Commit

Permalink
use get_recording
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 16, 2024
1 parent 687e7ba commit ec8a040
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 ec8a040

Please sign in to comment.