modelica-tools / csv-compare

Tool to compare curves from one csv files with curves from other csv files using an adjustable tolerance
https://www.modelica.org
BSD 3-Clause "New" or "Revised" License
25 stars 15 forks source link

Improve error message if first column header is not vanilla time #41

Closed tbeu closed 7 years ago

tbeu commented 7 years ago

If the header of the first column is not named time but e.g., time[s] the Compare.exe reports missing y-values for the last column. This error message is really misleading and should be improved to point to the first column instead.