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

File remains in temporary folder after run #43

Closed victorjoh closed 6 years ago

victorjoh commented 6 years ago

Running Compare.exe with the following input:

Compare.exe -r . --override result.csv reference.csv

where result.csv contains:

time;x
0.0;0.0
1.0;0.0
2.0;0.0

and reference.csv contains:

time;x
0.0;0.0
2.0;0.0

will give the following output:

2018-04-12Z15:51:42 [     Warning ] The resolution of the base x-axis is smaller
than the compare x-axis. The better the base resolution is, the better the
validation result will be!

It will also generate an empty file in windows temporary folder. An example file name is: tmpB053.tmp

Expected behavior is to not get any file in the temporary folder.

This was found in version 2.0.0.1

tbeu commented 6 years ago

Hm, I cannot reproduce it with current master.

victorjoh commented 6 years ago

I cannot reproduce it with current master either. Closing.