From 13e8fd3ee2af07bf333aa5284ce8f43d6f87983b Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Mon, 25 Dec 2023 12:24:43 +0800 Subject: [PATCH] [FIX] minor fix --- abl/reasoning/reasoner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abl/reasoning/reasoner.py b/abl/reasoning/reasoner.py index a0b398e..e7e609e 100644 --- a/abl/reasoning/reasoner.py +++ b/abl/reasoning/reasoner.py @@ -230,7 +230,7 @@ class Reasoner: Returns ------- int - The revision score for the solution. + The score for the solution. """ revision_idx = np.where(sol.get_x() != 0)[0] candidates, reasoning_results = self.kb.revise_at_idx(