We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda1061 commit 07c4ddfCopy full SHA for 07c4ddf
tptools/tpmatch.py
@@ -82,9 +82,9 @@ def _check_score_consistency(self) -> Self:
82
and len(sc2) == 0
83
):
84
return self
85
- assert (sc1 := self.pm1.get_scores(reversed=self.pm1.winner == 2)) == sc2, (
86
- f"PlayerMatches have different scorelines: {sc1} vs. {sc2}"
87
- )
+ # assert (sc1 := self.pm1.get_scores(reversed=self.pm1.winner == 2)) == sc2, (
+ # f"PlayerMatches have different scorelines: {sc1} vs. {sc2}"
+ # )
88
89
90
@model_validator(mode="after")
0 commit comments