diff --git a/examples/hypothesis_testing/plot_might_auc.py b/examples/hypothesis_testing/plot_might_auc.py index 101ad5b7f..fd032972a 100644 --- a/examples/hypothesis_testing/plot_might_auc.py +++ b/examples/hypothesis_testing/plot_might_auc.py @@ -94,6 +94,7 @@ y, metric=metric, return_posteriors=True, + max_fpr=max_fpr, ) print(f"ASH-90 / Partial AUC: {stat}") @@ -110,6 +111,7 @@ y, metric=metric, return_posteriors=True, + max_fpr=max_fpr, ) print(f"ASH-90 / Partial AUC: {stat}")