Skip to content

Commit 3a4c422

Browse files
committed
flip pred_models and true_models in the docs
1 parent 98ede7a commit 3a4c422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bayesflow/diagnostics/plots/mc_calibration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def mc_calibration(
3434
3535
Parameters
3636
----------
37-
true_models : np.ndarray of shape (num_data_sets, num_models)
38-
The one-hot-encoded true model indices per data set.
3937
pred_models : np.ndarray of shape (num_data_sets, num_models)
4038
The predicted posterior model probabilities (PMPs) per data set.
39+
true_models : np.ndarray of shape (num_data_sets, num_models)
40+
The one-hot-encoded true model indices per data set.
4141
model_names : list or None, optional, default: None
4242
The model names for nice plot titles. Inferred if None.
4343
num_bins : int, optional, default: 10

0 commit comments

Comments
 (0)