From 3530ae5a2229fb126cea493c60ae77a809c97aac Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Fri, 31 Mar 2023 21:33:40 +0800 Subject: [PATCH] [FIX] Fix a bug --- abl/abducer/abducer_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abl/abducer/abducer_base.py b/abl/abducer/abducer_base.py index f300bfe..6a7ec86 100644 --- a/abl/abducer/abducer_base.py +++ b/abl/abducer/abducer_base.py @@ -74,7 +74,7 @@ class AbducerBase(abc.ABC): else: return len(pred_res) - def _zoopt_address_score(self, pred_res, pred_res_prob, key, sol): + def zoopt_address_score(self, pred_res, pred_res_prob, key, sol): """ Get the address score for a single solution.