Replies: 1 comment 1 reply
|
@asancetta The link uses 1-based indexing (T1_P1) for readability, and it's converted to 0-based internally — the mapping is in one line ( |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How easy would it be to have consistency and start everything at 0 instead of at 1? I guess 0 is the preferred way, but clearly also 1 is fine, whatever is easiest and most direct. Can the same, if applicable be done for the participants? Essentially, I would like to ensure we keep everything as simple and consistent as possible across the whole pipeline.
All reactions