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

File upload takes forever #70

Closed minhduc0711 closed 3 years ago

minhduc0711 commented 4 years ago

I'm having problems uploading this csv file: https://pastebin.com/raw/s8hzER8g. Strangely, if I delete the last line row, it would load successfully. Any ideas what's happening? Thanks in advance.

daterdots commented 4 years ago

Whoa, weird! I do notice that your file has exactly 100 observations. @rushk014 - do we do something special in particular when files are <100 vs >100 observations? I bet it's some sort of weird edge case with how we render the context bar (or something like that).