Closed
Description
When I use the primitive "time:ts-get-range" as follows :
let ts time:ts-load "File.csv"
let tslist time:ts-get-range ts time:create "2013/08/01" time:create "2013/11/01" "all"
I obtain the following error message :
error (NullPointerException)
while observer running _asm_proceduretest_setprocedurevariable_2
called by procedure TEST
called by Button 'test'
Here is an insight of my loaded file "File.csv" in Netlogo :
{{time:LogoTimeSeries TIMESTAMP,Date-2
2010-08-01 05:37:00.000,2010-08-01 18:21
2010-08-02 05:39:00.000,2010-08-02 18:19
2010-08-03 05:40:00.000,2010-08-03 18:18
2010-08-04 05:41:00.000,2010-08-04 18:17
My file .csv contains 93 rows and 2 columns.
Thank you very much for your help.
Metadata
Metadata
Assignees
Labels
No labels