Skip to content
Snippets Groups Projects
Commit 355b7393 authored by Soeren Peters's avatar Soeren Peters
Browse files

Fix fieldcompare path. Install rich. Install python venv.

parent b355a0b6
No related branches found
No related tags found
1 merge request!147Add regression test with fieldcompare with corresponding CI job.
...@@ -288,6 +288,7 @@ run-regression-tests: ...@@ -288,6 +288,7 @@ run-regression-tests:
- linux - linux
before_script: before_script:
- apt install python3.8-venv
- chmod +x ./regression-tests/* - chmod +x ./regression-tests/*
script: script:
......
...@@ -13,4 +13,4 @@ PATH_TO_DIR=output/DrivenCavity ...@@ -13,4 +13,4 @@ PATH_TO_DIR=output/DrivenCavity
PATH_TO_REFERENCE_DIR=regression-tests/reference_data/regression_tests_gpu/DrivenCavity PATH_TO_REFERENCE_DIR=regression-tests/reference_data/regression_tests_gpu/DrivenCavity
~/.local/bin/fieldcompare dir $PATH_TO_DIR --reference $PATH_TO_REFERENCE_DIR --include-files "*.vtu" fieldcompare dir $PATH_TO_DIR --reference $PATH_TO_REFERENCE_DIR --include-files "*.vtu"
\ No newline at end of file \ No newline at end of file
...@@ -6,6 +6,7 @@ git clone https://github.com/irmb/test_data regression-tests/reference_data ...@@ -6,6 +6,7 @@ git clone https://github.com/irmb/test_data regression-tests/reference_data
python3 -m venv .venv python3 -m venv .venv
source .venv/bin/activate source .venv/bin/activate
pip install rich
pip install git+https://github.com/soerenPeters/meshio@update-pyproject-version pip install git+https://github.com/soerenPeters/meshio@update-pyproject-version
pip install git+https://gitlab.com/dglaeser/fieldcompare pip install git+https://gitlab.com/dglaeser/fieldcompare
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment