From 48b75631fd7a060cbf3a74f580192c663aa7ea2d Mon Sep 17 00:00:00 2001 From: David Schneider Date: Thu, 19 Oct 2023 11:21:20 +0200 Subject: [PATCH] Fix mapping tester config and test in early exit mode --- examples/mapping_tester/run.sh | 2 +- examples/mapping_tester/setup-test.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mapping_tester/run.sh b/examples/mapping_tester/run.sh index 62b2c4e6..89c0506f 100755 --- a/examples/mapping_tester/run.sh +++ b/examples/mapping_tester/run.sh @@ -12,7 +12,7 @@ MAPPING_TESTER="${TEST_LOCATION}"/../../tools/mapping-tester/ TEST_CASE_LOCATION="${TEST_LOCATION}"/case # Generate the run scripts -python3 "${MAPPING_TESTER}"/generate.py --setup "${TEST_LOCATION}"/setup-test.json --outdir "${TEST_CASE_LOCATION}" --template "${MAPPING_TESTER}"/config-template.xml +python3 "${MAPPING_TESTER}"/generate.py --setup "${TEST_LOCATION}"/setup-test.json --outdir "${TEST_CASE_LOCATION}" --template "${MAPPING_TESTER}"/config-template.xml --exit # Prepare the meshes python3 "${MAPPING_TESTER}"/preparemeshes.py --setup "${TEST_LOCATION}"/setup-test.json --outdir "${TEST_CASE_LOCATION}" --force diff --git a/examples/mapping_tester/setup-test.json b/examples/mapping_tester/setup-test.json index 32021b73..27a346cd 100644 --- a/examples/mapping_tester/setup-test.json +++ b/examples/mapping_tester/setup-test.json @@ -27,7 +27,7 @@ ], "cases": { "tps": { - "kind": "rbf", + "kind": "rbf-global-direct", "options": "", "basis-function": "thin-plate-splines", "executor": "cpu",