Skip to content

Commit

Permalink
pend fuzzer and finish target first
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo5566 committed Apr 28, 2019
1 parent 087deab commit 60e4964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kitty/model/high_level/guided.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,4 +655,6 @@ def _choose_block_len(self, limit):
min_value = 1
return min_value + random.randint(min(max_value, limit) - min_value + 1)

def update_bitmap_score(self):
pass

0 comments on commit 60e4964

Please sign in to comment.