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

Update the nested test as a proof of concept #45

Merged
merged 1 commit into from
Jul 26, 2019

Conversation

mitchmindtree
Copy link
Member

This is a quick hack to get the nested graph working as a proof of
concept. The test successfully calls the root graph which in turn calls
into the inner nested graph to produce the correct result for the
following assertion. #44 should be addressed next.

Closes #20.

This is a quick hack to get the nested graph working as a proof of
concept. The test successfully calls the root graph which in turn calls
into the inner nested graph to produce the correct result for the
following assertion. nannou-org#44 should be addressed next.

Closes nannou-org#20.
@mitchmindtree mitchmindtree merged commit 8e326be into nannou-org:master Jul 26, 2019
@mitchmindtree mitchmindtree deleted the nested_test branch July 26, 2019 17:14
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.

Implement Node for Graph<N> where N Node
1 participant