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
Currently, unittest/pytest throws recursion errors when adding a check for self.parent == other.parent to __eq__. Need to find a method to bypass this, as it's going to be important to check the correctness of parent nodes when searching for import locations in the graph
The text was updated successfully, but these errors were encountered:
Currently, unittest/pytest throws recursion errors when adding a check for
self.parent == other.parent
to__eq__
. Need to find a method to bypass this, as it's going to be important to check the correctness of parent nodes when searching for import locations in the graphThe text was updated successfully, but these errors were encountered: