Split selection starting with 0
( This is a template for bug reports. Please fill in the relevant information and delete the rest. )
Hello @dbeltran and @bdepaula,
Autosubmit Version
4.1.10
Expid affected(If applicable)
a1q3
Which task has issues? Where is the log(If applicable)
create step
-
Full_name: -
-
Log_Path: -
Summary
I don't know if this is a bug or that some documentation is missing. I found that selecting SPLITS_FROM: 1 takes the second split of the chunk instead of the first one. (see example below)
Steps to reproduce
Create with SPLITS_FROM: 1
What is the current bug behavior?
it takes the second split
What is the expected correct behavior?
take the first split
(it order to take the first split I hafe to do SPLITS_FROM: 0, which is not in the documentation, from here my doubts).
Relevant logs and/or screenshots(if applicable)
examples of what I get:
DN:
CHECK: on_submission
DEPENDENCIES:
APP_ENERGY_ONSHORE-1:
SPLITS_FROM:
0:
SPLITS_TO: '%JOBS.DN.SPLITS%'
DN:
CHECK: on_submission
DEPENDENCIES:
APP_ENERGY_ONSHORE-1:
SPLITS_FROM:
1:
SPLITS_TO: '%JOBS.DN.SPLITS%'
What I would expect:
DN:
CHECK: on_submission
DEPENDENCIES:
APP_ENERGY_ONSHORE-1:
SPLITS_FROM:
1:
SPLITS_TO: '%JOBS.DN.SPLITS%'
### Any other relevant information(if applicable)
()