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
In 1.6, Vector{T} prints as Vector{T} instead of Array{T, 1} which breaks remove_curly. Relying on the string representation like this is kinda brittle.