periodic-table icon indicating copy to clipboard operation
periodic-table copied to clipboard

Fluorine's cpkHexColor

Open a-ogilvie opened this issue 8 years ago • 3 comments
trafficstars

Is there an error with fluorine's cpkHexColor? It's listed as '9e+51', which isn't hexadecimal (and is way out of the range of the largest hex number writeable in 6 characters).

a-ogilvie avatar Nov 18 '17 23:11 a-ogilvie

Issue confirmed. The source CSV has the value "90E050" which the CSV-to-JSON parser misinterprets as a number.

andrejewski avatar Nov 19 '17 17:11 andrejewski

Just spotted a problem with Erbium too, the colour data in the csv reads '0.00E+00'.

a-ogilvie avatar Nov 20 '17 03:11 a-ogilvie

I can create a Pull Request for this, if you guys think it's worth while. Should be a pretty simple fix.

sabidhasan avatar Dec 24 '17 03:12 sabidhasan