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

NumNodes in FlowGraphNode is returning wrong value #28

Open
shivramsrivastava opened this issue Jan 25, 2019 · 0 comments
Open

NumNodes in FlowGraphNode is returning wrong value #28

shivramsrivastava opened this issue Jan 25, 2019 · 0 comments

Comments

@shivramsrivastava
Copy link

NumNodes in flowgraph is returning wrong value.
we should get the size of node_map_ as the numNodes , in FlowGraph NumNodes is returning current_id_ that is returning wrong value.

there is comment about work around, but work around also giving wrong value.

Note :- when adding Node, current_id_ is increased but not decreasing when deleting the Node/
Note:- node_map_.size() should be used to get exact nodes in the graph.

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

No branches or pull requests

1 participant