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

Use current directory as report directory if only file name is passed #60

Closed beutlich closed 4 years ago

beutlich commented 4 years ago

If no report directory is specified and the specified CSV file (under comparison) only is a file name (without any directory separator), then use the current directory as report directory.

Resolves #56.