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
lp.duplicate_inames takes in parameter tags: Mapping[str, Tag], which leads to typing issues when passed lp.duplicate_inames(knl, "i", tags={"i": "unr"}). Probably should be relaxed with "ConvertibleToInameTag" (or something similar?).