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
-> [(('aa', 0.0, 1.0), ('a', 1.0, 0.0)), (('a', 1.0, 2.0), ('aa', 2.0, 1.0))] but I expected [(('a', 0.0, 1.0), ('aa', 1.0, 0.0))].
Interestingly, when I rename "aa" to "a1" this works as expected.
The text was updated successfully, but these errors were encountered:
Hi and thank you for this awesome plotting library!
Unfortunately, I may have found a small bug. Running this code I get (with pycirclize
1.6.0
and1.7.0
):->
[(('aa', 0.0, 1.0), ('a', 1.0, 0.0)), (('a', 1.0, 2.0), ('aa', 2.0, 1.0))]
but I expected[(('a', 0.0, 1.0), ('aa', 1.0, 0.0))]
.Interestingly, when I rename "aa" to "a1" this works as expected.
The text was updated successfully, but these errors were encountered: