-
Notifications
You must be signed in to change notification settings - Fork 20
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
Ensure alpha conversion always runs when a new variable is bound #414
Open
eb8680
wants to merge
24
commits into
master
Choose a base branch
from
repeat-alpha-conversion
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
02b5d9d
Ensure alpha conversion always runs when a new variable is bound
eb8680 6135a8b
add regression test
eb8680 cdf8ad0
further code organization change
eb8680 439d63e
dont strip name
eb8680 3fba6dd
simplify, remove hash() usage
eb8680 aa4c89c
simplify alpha_mangle
eb8680 b5da767
optimization to avoid some unnecessary deep recursion in Funsor._alph…
eb8680 73d2d50
optimization to avoid unnecessary recursion in Contraction._alpha_con…
eb8680 5cc64d5
nit
eb8680 7ba9869
Merge branch 'master' into repeat-alpha-conversion
eb8680 610037b
fix test
eb8680 e642186
Merge branch 'master' into repeat-alpha-conversion
eb8680 c42834d
try forcing reflect in _alpha_convert
eb8680 b4bed63
centralize reflect application in alpha conversion
eb8680 9c80304
centralize alpha_convert further
eb8680 ccfdec5
remove obsolete alpha_convert methods
eb8680 e982f17
Merge branch 'master' into repeat-alpha-conversion
eb8680 9b6a60a
delete more _alpha_convert methods
eb8680 fa79950
lint
eb8680 d2ca611
lint
eb8680 6456184
remove outdated comment
eb8680 c4e8010
Merge branch 'master' into repeat-alpha-conversion
eb8680 cd4fade
Merge branch 'master' into repeat-alpha-conversion
eb8680 01bfd39
avoid renaming twice
eb8680 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line ensures that
_alpha_mangle
does not break cons-hashing.