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

fix: assigning value to evaluated expressions and pruning linked_params #52

Merged
merged 2 commits into from
May 29, 2024

Conversation

mstechly
Copy link
Contributor

This PR fixes two problems:

When we perform evaluation, input_params that got evaluated get removed, and so should linked_params. However, previous linked_params were only removed from the top-level routine, not from all their children.

Closes: #32

@mstechly mstechly requested a review from dexter2206 May 29, 2024 16:52
@mstechly mstechly self-assigned this May 29, 2024
@mstechly mstechly merged commit 0c9c872 into main May 29, 2024
7 checks passed
@mstechly mstechly deleted the 32-fix-evaluate branch May 29, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fix the compilation of log2 method in tutorials
2 participants