ARCCSS-extremes / climpact2

Combining climdex.pcic and climpact @ UNSW
GNU General Public License v3.0
36 stars 26 forks source link

Test name Commas_replace_full_stops #22

Open lisavalexander opened 9 years ago

lisavalexander commented 9 years ago

Tests instances where a comma is used to denote a decimal

heroldn commented 9 years ago

Lisa, I'm not sure how this should be tackled right now. Currently, if the user provides a text file with commas, it is assumed that these commas are in fact separators for the columns (i.e. the user has used commas instead of spaces or TABs to separate columns). So commas are replaced with a space.

If the user has used commas in place of decimals though this would not work. I'm not sure of a way to check whether commas are being used for decimals or separators.

lisavalexander commented 9 years ago

Again this is specifically something was was intended for the GUI testing. Put into 'future issues' pile until OEH calculations are complete.