mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 23:45:54 +00:00
fix format issue
This commit is contained in:
@@ -1205,8 +1205,8 @@ class PairCheck:
|
|||||||
print(
|
print(
|
||||||
f"{self.model_b:<20} {self.file_b:<70} "
|
f"{self.model_b:<20} {self.file_b:<70} "
|
||||||
f"{self.score_b:10.5f} "
|
f"{self.score_b:10.5f} "
|
||||||
f"{TextColor.GREEN}{len(self.winners):3d} {TextColor.YELLOW}{len(self.tie):3d} "
|
f"{TextColor.GREEN}{len(self.winners):3d} {TextColor.YELLOW}"
|
||||||
f"{TextColor.RED}{len(self.loosers):5d}"
|
f"{len(self.tie):3d} {TextColor.RED}{len(self.loosers):5d}"
|
||||||
)
|
)
|
||||||
if self.show_winners:
|
if self.show_winners:
|
||||||
print(TextColor.GREEN + "Winners:")
|
print(TextColor.GREEN + "Winners:")
|
||||||
|
Reference in New Issue
Block a user