test commit fr

This commit is contained in:
dowoge 2023-06-23 15:34:42 -04:00
parent 196abd5e59
commit bd6d65169f
No known key found for this signature in database
GPG Key ID: A868F67EA0425DD8

View File

@ -63,7 +63,6 @@ local IDToDate = { --Terrible ranges but it's all we have
{173210319088, FromYMD("2023-04-14")} {173210319088, FromYMD("2023-04-14")}
} }
--We assume linear interpolation since anything more complex I can't process --We assume linear interpolation since anything more complex I can't process
local function linterp(i1, i2, m) local function linterp(i1, i2, m)
return math.floor(i1 + (i2-i1)*m) return math.floor(i1 + (i2-i1)*m)
end end