PennyWieser / Thermobar

Python thermobarometry tool
41 stars 10 forks source link

Spaces in input names #19

Closed PennyWieser closed 1 year ago

PennyWieser commented 2 years ago

IF user header is space FeOt it freaks out, put warning if spaces.

PennyWieser commented 1 year ago

Added if any(my_input.columns.str.startswith(' ')): w.warn('your input file has some columns that start with spaces. This could cause you big problems if they are at the start of oxide names. Please ammend your file and reload.')

To import_excel(). Should at least warn people to sort their files out.