pokersolver
pokersolver copied to clipboard
Straight with wild card improper evaluation
The program is great. Thank you. Using version 2.1.2.
Using it for 7-card stud, deuces wild.
I have the following hand. ['5c', '6h', '7d', '9c', '4d', '2s', 'Tc']
It should be evaluated as Straight, T high.
It comes back Straight, J High.
It seems, when there are 7 cards in a row, one of which is wild, it evaluates as one card higher. Only 6 cards in a row, or no wild cards, hand is evaluated correctly.
Thanks.