Skip to content

[WIP] Select reduction algorithm in noodlifications #520

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

Draft
wants to merge 7 commits into
base: devel
Choose a base branch
from

Conversation

jurajsic
Copy link
Member

Depends on #519

}
return noodlify_mult_eps(product_pres_eps_trans, { EPSILON, EPSILON-1 }, include_empty);
return noodlify_mult_eps(product_pres_eps_trans, { EPSILON, EPSILON-1 }, red_alg);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It took me a few seconds to decipher red_alg. Could we just use the full name?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is right now for experimental purposes, so this is very low effort thing.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I was just quickly scrolling through.

@jurajsic jurajsic force-pushed the change_reduce_in_strings branch from 277599a to aa23aa8 Compare April 17, 2025 07:27
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

Successfully merging this pull request may close these issues.

2 participants