csv-compare icon indicating copy to clipboard operation
csv-compare copied to clipboard

Incorrect handling of trajectory endpoints

Open ghost opened this issue 9 years ago • 3 comments

We have been seeing some issues with the false-negatives in the endpoints of some trajectory comparisons. It usually happens when the signal have a "high" derivative. For example: fig1 You can see that the bounds calculation doesn't account for the derivative of the trajectory at the end point. The two results are very close and should be accepted.

Example files can be found here: https://gist.github.com/jon-modelon/656e05349415bb2776a8

Command:

Compare.exe -o -m csvFileCompare -r . -t 0.001 --inline actual.csv expected.csv

Version:

Compare.exe --help CSV File Comparison Tool v2.0.0-rel Copyright ? 2015 ITI GmbH

ghost avatar Mar 26 '15 11:03 ghost