Browse Source

[FIX] Fix a bug

pull/3/head
troyyyyy 3 years ago
parent
commit
3530ae5a22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      abl/abducer/abducer_base.py

+ 1
- 1
abl/abducer/abducer_base.py View File

@@ -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.



Loading…
Cancel
Save