pokersolver icon indicating copy to clipboard operation
pokersolver copied to clipboard

Straight with wild card improper evaluation

Open dgemperline opened this issue 6 months ago • 0 comments

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.

dgemperline avatar Apr 21 '25 17:04 dgemperline