Skip to content

Commit f5f2861

Browse files
committed
review fixes
1 parent 33e3319 commit f5f2861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RATapi/examples/bayes_benchmark/bayes_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def plot_marginalised_result(dimension: int, axes: plt.Axes, limits: tuple[float
325325

326326
# create histogram
327327
axes.hist(
328-
calc_results.x_data[i],
328+
calc_results.x_data[dimension],
329329
bins=25,
330330
range=limits,
331331
weights=distribution,

0 commit comments

Comments
 (0)