Geocene / trainset

A lightweight web application for brushing labels onto time series data; useful for building training sets.
https://trainset.geocene.com/
MIT License
162 stars 36 forks source link

Parsing too conservative with double numbers in scientific notation #103

Closed clagms closed 2 years ago

clagms commented 3 years ago

The app fails to parse when given the following data:

series,timestamp,value,label
w_ax,2021-04-01T05:21:30.000Z,-1.143e-07,

This is a problem in the regex used to detect whether a number can be parsed.