Skip to content

Commit

Permalink
fixed bug where we don't reorder thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
dyumanaditya committed Aug 24, 2024
1 parent 9b06584 commit b81e9f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyreason/scripts/utils/reorder_clauses.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ def reorder_clauses(rule):
reordered_clauses_map[new_index] = original_index

rule.set_clauses(reordered_clauses)
rule.set_thresholds(reordered_thresholds)
return rule, reordered_clauses_map

0 comments on commit b81e9f8

Please sign in to comment.