camelot-project / frontend

The frontend: The web-facing server software for CAMELOT
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Error when reading tables with more than one header lines #45

Open agianne opened 9 years ago

agianne commented 9 years ago

The upload of my datafile failed as it contains a second commented row specifying the units, and it tried to parse that as a data row, raising a type error. We could add a check to discard all commented rows/a tool to manipulate tables before submission.

keflavich commented 9 years ago

In the upload help form (#114) and notes on accepted formats (#116), we should point out that the second row isn't allowed until we've fixed this