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
Is there a bug with the magic methods? The extension is telling me I should move my __iter__, __eq__, and similar functions to the bottom of the class, however that is not what the README specifies.
In node_type_weights.py, "magic_method" is given a weight of 27 - however, according to the README, I think it should be given a weight of 12?
Thanks!
The text was updated successfully, but these errors were encountered:
Is there a bug with the magic methods? The extension is telling me I should move my
__iter__
,__eq__
, and similar functions to the bottom of the class, however that is not what the README specifies.In
node_type_weights.py
, "magic_method" is given a weight of 27 - however, according to the README, I think it should be given a weight of 12?Thanks!
The text was updated successfully, but these errors were encountered: