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

Certain matrix will cause assertion error every times. #5

Open
weishc opened this issue Feb 26, 2020 · 1 comment
Open

Certain matrix will cause assertion error every times. #5

weishc opened this issue Feb 26, 2020 · 1 comment

Comments

@weishc
Copy link

weishc commented Feb 26, 2020

input_matrix = [
['L','L','L'],
['L','C','L'],
['C','S','C'],
['S','S','S'],
]

@robert
Copy link
Owner

robert commented Feb 28, 2020

Weird! I guess some jitter/randomness could be added somewhere to try and overcome this.

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

2 participants