surnorte / capstone

Capstone project for CSCI E-99, SurNorte team
GNU General Public License v3.0
0 stars 2 forks source link

Assigning label values with troubling formats #1

Closed fjcx closed 9 years ago

fjcx commented 9 years ago

Decimal point values causes issues! Values with spaces cause issues!

Need to handle this input better.

fjcx commented 9 years ago

Fixed. For now handling by replacing the replacing the decimal point with substitute chars in the internal model. Changed back to decimal point when printed or when passed to output model.

fjcx commented 9 years ago

Spaces also handled by replacing with underscores.