abelfletcher / smap-data

Automatically exported from code.google.com/p/smap-data
Other
0 stars 1 forks source link

Docs claim time series can be of strings, is not so. #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
According to the docs here: 
http://www.eecs.berkeley.edu/~stevedh/smap2/core.html#smap.core.Timeseries

You can have a Timeseries of strings. 

Looking at the code here (and the way smap complains when I try it): 
http://www.eecs.berkeley.edu/~stevedh/smap2/_modules/smap/core.html

It looks like it only supports ‘long’ and ‘double’. 

Original issue reported on code.google.com by monson.k...@gmail.com on 17 Jun 2013 at 10:10