Browse Source

Merge branch 'Dev' of https://github.com/AbductiveLearning/ABL-Package into Dev

pull/3/head
Gao Enhao 2 years ago
parent
commit
9c44d59156
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      abl/abducer/kb.py

+ 2
- 2
abl/abducer/kb.py View File

@@ -291,7 +291,7 @@ class prolog_KB(KBBase):


class RegKB(KBBase):
def __init__(self, pseudo_label_list=None, len_list=None, GKB_flag=False, max_err=1e-3):
def __init__(self, pseudo_label_list, len_list, GKB_flag, max_err):
super().__init__(pseudo_label_list, len_list, GKB_flag, max_err)

def _find_candidate_GKB(self, pred_res, key):
@@ -361,4 +361,4 @@ class HWF_KB(RegKB):
import time

if __name__ == "__main__":
pass
pass

Loading…
Cancel
Save