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

Index out of bounds exception #5

Closed JohanYli closed 9 years ago

JohanYli commented 9 years ago

When I run Compare.exe such as: Compare.exe -o -m csvFileCompare -r ".\output" ".\data\actual.csv" ".\data\expected.csv"

The files can be found at: https://gist.github.com/JohanYli/cc6a9bb6f8d7e106ac9f

I get the error: [ Error ] Exception during run: Index was outside the bounds of the array.

I use version 2.0.0.1 of the CSV File Comparison Tool and run it on a Windows 7 machine.