Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Horizon constraint to allow loading from lists #394

Closed
wtgee opened this issue Jan 19, 2018 · 2 comments
Closed

Change Horizon constraint to allow loading from lists #394

wtgee opened this issue Jan 19, 2018 · 2 comments

Comments

@wtgee
Copy link
Member

wtgee commented Jan 19, 2018

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]]
]
@wtgee wtgee mentioned this issue Jan 19, 2018
8 tasks
@jermainegug
Copy link
Contributor

We can now use a list of lists for our obstructions. :)

@wtgee
Copy link
Member Author

wtgee commented Jan 23, 2018

We can now use a list of lists for our obstructions. :)

Does this mean a PR is coming? :) I don't think I changed it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants