Cosmetic changes to tests

This commit is contained in:
emanuele-f 2018-11-09 10:48:54 +01:00
parent 12e2e500b1
commit def73cfd4c
5 changed files with 43 additions and 7 deletions

View file

@ -4,6 +4,8 @@
local test_utils = {}
-- ##############################################
function test_utils.makeTimeStamp(series, tstart, tstep)
local v = {}
@ -22,6 +24,8 @@ function test_utils.makeTimeStamp(series, tstart, tstep)
return v
end
-- ##############################################
function test_utils.timestampAsKey(tstamped_series)
local rv = {}