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

__call__ of SubgraphX returns List instead of MCTSNode #198

Open
Michael1015198808 opened this issue Apr 19, 2023 · 0 comments
Open

__call__ of SubgraphX returns List instead of MCTSNode #198

Michael1015198808 opened this issue Apr 19, 2023 · 0 comments
Assignees

Comments

@Michael1015198808
Copy link
Contributor

Michael1015198808 commented Apr 19, 2023

It seems that the __call__ method of SubgraphX returns wrong type that made me thought List is the expected type.
In __call__, the explanation_results appends items from explain (line 855)
While in line 818 of explain, the item is changed into List by method write_from_MCTSNode_list.
Since the suspicious code is located into the lowest level of code, I hope this bug could be fixed.

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

2 participants