lsmo-epfl / zeopp-lsmo

zeo++ fork of the LSMO
http://www.zeoplusplus.org
Other
9 stars 1 forks source link

chore: update tests #14

Closed kjappelbaum closed 2 years ago

kjappelbaum commented 2 years ago

git diff seems to need to be in a git repository if called without --no-index. This might have caused issues in the conda feedstock CI (https://github.com/conda-forge/zeopp-lsmo-feedstock/pull/6).

This PR changes the check_changes function to compare the output files with a reference file. git diff is now called with --no-index and hence the files no longer need to be in a git repo.