Skip to content

Commit 8903089

Browse files
committed
fix model comparison approximator
1 parent 40eccd4 commit 8903089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayesflow/approximators/model_comparison_approximator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ModelComparisonApproximator(Approximator):
3535
The input of the summary network is `summary_variables`.
3636
"""
3737

38-
SAMPLE_KEYS = ["summary_variables", "inference_conditions"]
38+
SAMPLE_KEYS = ["summary_variables", "classifier_conditions"]
3939

4040
def __init__(
4141
self,

0 commit comments

Comments
 (0)