We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With 25, 10c as the IP raise sizes, you see the following as expected
25, 10c
But replacing the IP raise sizes with 25, 11c, you no longer see the 11c raise size. Same with 12c and 13c
25, 11c
11c
Full config
{ "oopRange": "AA", "ipRange": "22", "config": { "board": [ "4h", "7s", "Jc" ], "startingPot": 60, "effectiveStack": 166, "rakePercent": 0, "rakeCap": 0, "donkOption": false, "oopFlopBet": "10c", "oopFlopRaise": "", "oopTurnBet": "", "oopTurnRaise": "", "oopTurnDonk": "", "oopRiverBet": "", "oopRiverRaise": "", "oopRiverDonk": "", "ipFlopBet": "", "ipFlopRaise": "25, 10c", "ipTurnBet": "", "ipTurnRaise": "", "ipRiverBet": "", "ipRiverRaise": "", "addAllInThreshold": 150, "forceAllInThreshold": 20, "mergingThreshold": 10, "expectedBoardLength": 0, "addedLines": "", "removedLines": "" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With
25, 10c
as the IP raise sizes, you see the following as expectedBut replacing the IP raise sizes with
25, 11c
, you no longer see the11c
raise size. Same with 12c and 13cFull config
The text was updated successfully, but these errors were encountered: