-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add node type counter and tests #507
Conversation
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.
Looks great! Just added a couple of minor thoughts.
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.
A couple more suggestions, otherwise looks good to go on my end.
Looks good to me! @inducer? |
Hey @kajalpatelinfo , it looks like there's a test in |
Yep, that makes sense!! I'll go over the changes to #508 tonight. Thank you! |
Closing, superseded by #508. |
Replacing #489 .
This PR builds off the work in #489 by adding tests to check the count of nodes and types of nodes in a DAG.
NodeCountMapper
counts duplicate nodes once.