From cfc2be559e14a5e5d9df2baf96bd45c709b731e7 Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 13 Oct 2010 17:53:23 +0800 Subject: [PATCH] DerivedStats: Remove incorrect comment from positional calc --- pyfpdb/DerivedStats.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyfpdb/DerivedStats.py b/pyfpdb/DerivedStats.py index c76c9f08..2fb055f8 100644 --- a/pyfpdb/DerivedStats.py +++ b/pyfpdb/DerivedStats.py @@ -243,11 +243,6 @@ class DerivedStats(): first betting round is 0 NOTE: HU, both values are negative for non-stud games NOTE2: I've never seen a HU stud match""" - # The position calculation must be done differently for Stud and other games as - # Stud the 'blind' acts first - in all other games they act last. - # - #This function is going to get it wrong when there in situations where there - # is no small blind. I can live with that. actions = hand.actions[hand.holeStreets[0]] # Note: pfbao list may not include big blind if all others folded players = self.pfbao(actions)