Browse Source

[FIX] minor fix

pull/1/head
troyyyyy 1 year ago
parent
commit
13e8fd3ee2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      abl/reasoning/reasoner.py

+ 1
- 1
abl/reasoning/reasoner.py View File

@@ -230,7 +230,7 @@ class Reasoner:
Returns Returns
------- -------
int int
The revision score for the solution.
The score for the solution.
""" """
revision_idx = np.where(sol.get_x() != 0)[0] revision_idx = np.where(sol.get_x() != 0)[0]
candidates, reasoning_results = self.kb.revise_at_idx( candidates, reasoning_results = self.kb.revise_at_idx(


Loading…
Cancel
Save