-
-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
HelpUser needs help.User needs help.ResolvedIssue was resolved without any code change.Issue was resolved without any code change.
Description
Problem
Let's say I have these axes:
x-a, x-b, x-c
y-a, y-b, y-c, y-d, y-e, y-f, y-g
z-a, z-b, z-c, z-d
t-a, t-b
So script will generate all the x-a, than all the x-b, than all the x-c.
And if you stop it on x-b y-g z-d t-b - you can start script again and it continue from x-c y-a z-a t-a
But, if you stop it on x-b y-d z-b t-a - the script will anyway start from x-c y-a z-a t-a
Solution
The skipping algorithm must look at all levels, not just the first.
Metadata
Metadata
Assignees
Labels
HelpUser needs help.User needs help.ResolvedIssue was resolved without any code change.Issue was resolved without any code change.