You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It seems that the
__call__
method ofSubgraphX
returns wrong type that made me thoughtList
is the expected type.In
__call__
, theexplanation_results
appends items fromexplain
(line 855)While in line 818 of
explain
, the item is changed intoList
by methodwrite_from_MCTSNode_list
.Since the suspicious code is located into the lowest level of code, I hope this bug could be fixed.
The text was updated successfully, but these errors were encountered: