Skip to content

Pretty print and find revertible Matches

Compare
Choose a tag to compare
@souzatharsis souzatharsis released this 11 Jul 17:55
· 14 commits to master since this release

Matches

  • Added pretty print to matches (static method print_match())

  • Added method to find matches eligible to be reverted in favor of the player under Class Player (get_matches_revertible() and print_matches_revertible())

Minor updates

  • Standardized Player and Match ids as np.int64 type