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

Refactor containers #590

Merged
merged 2 commits into from
Jul 24, 2024
Merged

Refactor containers #590

merged 2 commits into from
Jul 24, 2024

Conversation

seanmor5
Copy link
Contributor

Axon containers originally stored the container structure as the argument. This ends up being weird because every time we need to traverse the graph for compilation, display, graph manipulation, etc. we have to account for this special case. Now, we store the input nodes as regular args and generate a restructure fun for the container that will build it back to the original structure.

@seanmor5 seanmor5 merged commit b93e87f into main Jul 24, 2024
5 checks passed
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.

1 participant