Open aplowman opened 6 months ago
Fixes for various nested-loop bugs are now merged into develop. I will keep this issue open until I add some basic loop docs, including limitations that I identified. Namely, we don't yet support loops of indeterminate length having parent loops.
Nested loops need some work. They can be defined but don't seem to work at all. E.g. this workflow:
...raises:
ValueError: Parent loop 'outer_loop' must be specified in `parent_loop_indices`.