Browse Source

Update abducer_base.py

pull/3/head
troyyyyy GitHub 2 years ago
parent
commit
9980102b01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      abducer/abducer_base.py

+ 0
- 2
abducer/abducer_base.py View File

@@ -65,8 +65,6 @@ class AbducerBase(abc.ABC):

def abduce(self, data, max_address_num = -1, require_more_address = 0):
pred_res, ans = data
pred_res = [self.kb.pseudo_label_list[sym] for sym in pred_res]

if max_address_num == -1:
max_address_num = len(pred_res)


Loading…
Cancel
Save