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

Hand_evaluator preventing emulator from working #75

Open
dmkaner opened this issue Jun 30, 2020 · 0 comments
Open

Hand_evaluator preventing emulator from working #75

dmkaner opened this issue Jun 30, 2020 · 0 comments

Comments

@dmkaner
Copy link

dmkaner commented Jun 30, 2020

When using the emulator code given in the Readme and error is thrown in the hand_evaluator.py file being:

IndexError: list index out of range

with

hole_flg = ranks[1] << 4 | ranks[0]

It seems this is happening at the end of the emulator's job and the ranks list is empty. It is happening in both python 3.5 and python 2.7. Is the code given in the readme perhaps a little off and is using the emulator incorrectly or is the emulator not properly functioning?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant