Skip to content

Commit

Permalink
Fix mapping tester config and test in early exit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
davidscn committed Oct 19, 2023
1 parent f6a3cf7 commit 48b7563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/mapping_tester/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/mapping_tester/setup-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"cases": {
"tps": {
"kind": "rbf",
"kind": "rbf-global-direct",
"options": "",
"basis-function": "thin-plate-splines",
"executor": "cpu",
Expand Down

0 comments on commit 48b7563

Please sign in to comment.