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

Question about g_partition_predictors #2

Open
ppiastucki opened this issue Feb 1, 2020 · 3 comments
Open

Question about g_partition_predictors #2

ppiastucki opened this issue Feb 1, 2020 · 3 comments

Comments

@ppiastucki
Copy link

Would you please clarify why one of the values in g_partition_predictors looks like:

	(1 << 2) | (1 << 14) | (1 << 15) || (1 << 1),

Thanks

@richgel999
Copy link
Owner

Hi - That's a bug! It should be:
(1 << 2) | (1 << 14) | (1 << 15) | (1 << 1),

I typed in these predictors by hand from an Excel spreadsheet, and it's a typo. Good fun!

@richgel999
Copy link
Owner

I'll update the code this weekend.

@ppiastucki
Copy link
Author

Thank you.

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