radiopurity / persephone

A material assay database
www.radiopurity.org
Apache License 2.0
12 stars 5 forks source link

["", ""] in date #47

Closed nepahwin closed 11 years ago

nepahwin commented 11 years ago

Is this handled correctly in measurement/date by the display interface?

SweenEy1130 commented 11 years ago

The data in the current databases is not unified, some is in the form of ["" , ""] and some is in the form of "". I download all the data from databases and use python to unify them. Finally, it works.

nepahwin commented 11 years ago

The format should allow [""] or ["", ""] depending on whether it's a single- or double-valued date. "" us outside the specification.