You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if we want timegap imputation to work for ad-hoc csv data.
It seems this issue emerge with the code revisions at the end of 2023. I have just tested it and with the above edit it seems to work again.
I will prepare a PR in upcoming days.
The text was updated successfully, but these errors were encountered:
I think this line https://github.com/wadpac/GGIR/blob/master/R/g.getmeta.R#L222
if (params_rawdata[["imputeTimegaps"]] && (dformat == FORMAT$CSV || dformat == FORMAT$GT3X)) {
should be
if we want timegap imputation to work for ad-hoc csv data.
It seems this issue emerge with the code revisions at the end of 2023. I have just tested it and with the above edit it seems to work again.
I will prepare a PR in upcoming days.
The text was updated successfully, but these errors were encountered: