pystreamgraph icon indicating copy to clipboard operation
pystreamgraph copied to clipboard

floating point time series

Open fccoelho opened this issue 14 years ago • 0 comments

Hi, pystreamgraph fails when you give it series of floats instead of integers, because pysvg uses decimal numbers, and these are incompatible with floats. So I suggest that you handle this type of error, by checking the input and mapping the data to an integer range, or at least warn users.

fccoelho avatar Aug 09 '11 08:08 fccoelho