Skip to content

Commit

Permalink
minimal changes 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Jan 9, 2024
1 parent b77257a commit c904a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtlrepair.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def try_templates_in_sequence(config: Config, ast, statistics: dict, analysis: A
if status == Status.Success:
# keep going if the current solution is pretty large
min_changes = min(s[1]['changes'] for s in solutions)
if min_changes <= 6:
if min_changes <= 3:
return status, solutions
else:
all_solutions += solutions
Expand Down

0 comments on commit c904a81

Please sign in to comment.