Closed casparvv closed 2 years ago
Good catch! However, I think it would be better to assume interval = 1
in case nothing is specified.
Good catch! However, I think it would be better to assume
interval = 1
in case nothing is specified.
Ahh indeed, in caseEvaluation.py then right?
What do you think of these changes?
I think the error is only present on the main branch. On develop
, this problem is handled more generically.
Could you for now test everything on develop
. Soon there should be a first release on the main branch.
Just tested the tutorial example on the develop
branch and it works.
I should have checked that one first, my bad.
Adding a line with
interval: 1
to planner.yaml seems to solve #27 for me.