AMP-SCZ / utility

Storehouse for all utility scripts
Apache License 2.0
0 stars 4 forks source link

Date1 to Date2 diff should be diff+1 #74

Closed tashrifbillah closed 1 year ago

kcho commented 1 year ago

Why do you have to add one to the timedelta?

tashrifbillah commented 1 year ago

Difference between two numbers is difference+1.

Both EEG and AVL programmers did it right.

tashrifbillah commented 1 year ago

Would you like to keep it as it is? I can write another function for our need of calculating the right timepoint to access a score in our data frames. Our score data frames are indexed by diff+1.