Skip to content

Commit

Permalink
fix : minor bug in Compare fixed #347
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 10, 2021
1 parent 646857a commit 63f9402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycm/pycm_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(self, cm_dict, by_class=False, class_weight=None, class_benchmark_w
self.scores = None
self.sorted = None
self.classes = None
__compare_assign_handler__(self, cm_dict, class_weight, digit)
__compare_assign_handler__(self, cm_dict, class_weight, class_benchmark_weight, overall_benchmark_weight, digit)
__compare_class_handler__(self, cm_dict)
__compare_overall_handler__(self, cm_dict)
__compare_rounder__(self, cm_dict)
Expand Down

0 comments on commit 63f9402

Please sign in to comment.