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

Duplicate groups aren't removed by common subexpression elimination #358

Open
amosr opened this issue Mar 16, 2016 · 0 comments
Open

Duplicate groups aren't removed by common subexpression elimination #358

amosr opened this issue Mar 16, 2016 · 0 comments

Comments

@amosr
Copy link
Contributor

amosr commented Mar 16, 2016

feature injury ~> (group location ~> sum severity), (group location ~> count severity)

one would hope that this only generate one map, equivalent to:

feature injury ~> group location ~> (sum severity, count severity)

but sadly this is not the case.
there must be something missing in the Avalanche transforms.

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