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
EditDomain: Skip attributes when describing old vars
Widget uses a dict for mapping of old variable descriptions to the new
ones. If an old variable contains values in its attributes dict, which
are not hashable, this makes description not hashable as well. This is
worked around by matching old variables by everything except attributes.
Fixes#1527
0 commit comments