DerivedStats: adjust street0VPI for stud
Add complete as one of the actions that count as VPIP
This commit is contained in:
parent
921249af43
commit
a71f682803
|
@ -289,7 +289,7 @@ class DerivedStats():
|
||||||
def vpip(self, hand):
|
def vpip(self, hand):
|
||||||
vpipers = set()
|
vpipers = set()
|
||||||
for act in hand.actions[hand.actionStreets[1]]:
|
for act in hand.actions[hand.actionStreets[1]]:
|
||||||
if act[1] in ('calls','bets', 'raises'):
|
if act[1] in ('calls','bets', 'raises', 'completes'):
|
||||||
vpipers.add(act[0])
|
vpipers.add(act[0])
|
||||||
|
|
||||||
self.hands['playersVpi'] = len(vpipers)
|
self.hands['playersVpi'] = len(vpipers)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user