You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is an error generated from this bug?
No
There are certain hands that when imported into HM3 get labeled with an incorrect blind structure. Examples include 0.02/0.10 when it should be 0.05/0.10 and 0.12/0.25 when it should be 0.12/0.25. Upon inspection of the hands in the ohh files all of the hands that have this erroneous blind structure have a common thread, the small blind post a dead blind and the missed big blind which is actually just posting the amount to complete the big blind from the small blind already posted. Currently the script labels the forced post of the amount to complete the blind as "action": "Post BB". from some ad hoc testing, if the action value is changed to "action": "Post Extra Blind" this will correct the problem.
To Reproduce
Steps to reproduce the behavior:
Convert a Poker Now csv file to ohh that has a hand where the small blind posts a dead blind and a missed big blind
Import the ohh file into HM3
Expected Behavior
The blind structure in HM3 should be identical to the blind structure in the meta data of the hand history.
Description
Is an error generated from this bug?
No
There are certain hands that when imported into HM3 get labeled with an incorrect blind structure. Examples include 0.02/0.10 when it should be 0.05/0.10 and 0.12/0.25 when it should be 0.12/0.25. Upon inspection of the hands in the ohh files all of the hands that have this erroneous blind structure have a common thread, the small blind post a dead blind and the missed big blind which is actually just posting the amount to complete the big blind from the small blind already posted. Currently the script labels the forced post of the amount to complete the blind as
"action": "Post BB"
. from some ad hoc testing, if the action value is changed to"action": "Post Extra Blind"
this will correct the problem.To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The blind structure in HM3 should be identical to the blind structure in the meta data of the hand history.
Screenshots
Desktop
Additional Context
This bug is related to #25
The text was updated successfully, but these errors were encountered: