Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More problems with dead blinds #29

Open
DrkYoda opened this issue Oct 19, 2022 · 0 comments
Open

More problems with dead blinds #29

DrkYoda opened this issue Oct 19, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DrkYoda
Copy link
Owner

DrkYoda commented Oct 19, 2022

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:

  1. 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
  2. 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.

Screenshots

image

Desktop

  • OS: Windows 10
    • Version: 10.0.19043
  • Language: Python, OHH, Holdem Manager
    • Version: 3.2.10, 1.2.2, 3.1.25
  • File: main.py
    • Version: 1.1.2

Additional Context

This bug is related to #25

@DrkYoda DrkYoda added the bug Something isn't working label Oct 19, 2022
@DrkYoda DrkYoda self-assigned this Oct 19, 2022
@DrkYoda DrkYoda closed this as completed Oct 24, 2022
@DrkYoda DrkYoda reopened this Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant