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
We currently restrict it to a list of tuples of tuples but that makes writing it in yaml less intuitive. Should be fine to accept a list of lists of list. :)
i.e. now only:
[
((40, 45), (50, 50), (60, 45))
]
but should accept:
[
[[40, 45], [50, 50], [60, 45]]
]
The text was updated successfully, but these errors were encountered:
We currently restrict it to a list of tuples of tuples but that makes writing it in yaml less intuitive. Should be fine to accept a list of lists of list. :)
i.e. now only:
but should accept:
The text was updated successfully, but these errors were encountered: