File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ write_to = "_version.py"
1313
1414[project ]
1515name = " tptools"
16- version = " 0.6.0"
16+ version = " 0.6.0.1 "
1717authors = [{
name =
" martin f. krafft" ,
email =
" [email protected] " }]
1818description = " A set of tools to export data from with TournamentSoftware"
1919readme = " README.md"
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ def _check_score_consistency(self) -> Self:
8282 and len (sc2 ) == 0
8383 ):
8484 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- )
85+ # assert (sc1 := self.pm1.get_scores(reversed=self.pm1.winner == 2)) == sc2, (
86+ # f"PlayerMatches have different scorelines: {sc1} vs. {sc2}"
87+ # )
8888 return self
8989
9090 @model_validator (mode = "after" )
You can’t perform that action at this time.
0 commit comments