git14 - finished one .expected for the HUD data table. seems to reveal a total of 5 errors - ouch
changed range of tv-activeSeats on user feedback - will do this occasionally until i make it configurable "fix": "imp/tv bug: handcount is only about 1/2 of what it should be" -> this was NOT a bug. I was just a bit silly and didn't connect the dots from activating a filter by number of active players and the sudden drop of hands.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
Connected to MySQL on localhost. Print Player Flags Utility
|
||||
|
||||
Basic Data
|
||||
==========
|
||||
bigblind: 2 category: holdem limitType: fl name: Player_1 gameType: ring site: PokerStars
|
||||
siteId: 2 gametypeId: 1 playerId: 1 hudDataId: 1
|
||||
|
||||
HUD Raw Hand Counts
|
||||
===================
|
||||
HDs: 3
|
||||
VPIP: 1
|
||||
PFR: 0
|
||||
PF3B4BChance: 1
|
||||
PF3B4B: 0
|
||||
|
||||
sawFlop: 1
|
||||
sawTurn: 1
|
||||
sawRiver: 1
|
||||
sawShowdown: 0
|
||||
|
||||
raisedFlop: 0
|
||||
raisedTurn: 0
|
||||
raisedRiver: 0
|
||||
|
||||
otherRaisedFlop: 1
|
||||
otherRaisedFlopFold: 0
|
||||
otherRaisedTurn: 1
|
||||
otherRaisedTurnFold: 0
|
||||
otherRaisedRiver: 1
|
||||
otherRaisedRiverFold: 1
|
||||
@@ -30,7 +30,7 @@ echo "it should've reported first that it stored 3, then that it had 3 duplicate
|
||||
./print_hand.py -p$1 --hand=14519420999 > ps.14519420999.found.txt && colordiff ps.14519420999.found.txt ps.14519420999.expected.txt
|
||||
./print_hand.py -p$1 --hand=14519433154 > ps.14519433154.found.txt && colordiff ps.14519433154.found.txt ps.14519433154.expected.txt
|
||||
|
||||
./PrintPlayerFlags.py -p$1 > ps-flags-3hands.found.txt && colordiff ps-flags-3hands.found.txt ps-flags-3hands.expected.txt
|
||||
./PrintPlayerHudData.py -p$1 > ps-flags-3hands.found.txt && colordiff ps-flags-3hands.found.txt ps-flags-3hands.expected.txt
|
||||
|
||||
#./print_hand.py -p$1 --site="Full Tilt Poker" --hand=6367428246 > ftp.6367428246.found.txt && colordiff ftp.6367428246.found.txt ftp.6367428246.expected.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user