diff --git a/deepdog/bayes_run_with_ss.py b/deepdog/bayes_run_with_ss.py index f8f0a48..27a1571 100644 --- a/deepdog/bayes_run_with_ss.py +++ b/deepdog/bayes_run_with_ss.py @@ -208,7 +208,7 @@ class BayesRunWithSubspaceSimulation: for (name, result) in zip(self.model_names, results): if result.over_target_likelihood is None: - clamped_likelihood = result.probs_list[-1][0] / CLAMPING_FACTOR + clamped_likelihood = result.lowest_likelihood / CLAMPING_FACTOR _logger.warning( f"got a none result, clamping to {clamped_likelihood}" )