Open DorisAmoakohene opened 1 year ago
expr does not do anything. It should probably do the last line of
dt[, tm1 := tm - 40]
dt[, tm2 := tm]
dt[, rowNum := .I]
dt[dt, .(vs = sum(v)), on = .(id, rowNum <= rowNum, tm >= tm1, tm < tm2), by = .EACHI]
@tdhock i am trying to plot the atime version, to check The before Regression, Regression and Fixed of the above issues but my graph is giving me a linear which seems not to be accurate
This is the link to the codes I am reproducing https://github.com/Rdatatable/data.table/pull/5463