We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the mapping-tester based on branch precice-v3 with
precice-v3
{ "general": { "ranks": { "A": [1,2], "B": [2,4] } } }
Then the expected runs are 1-2, 1-4, 2-2, 2-4. The actual runs are 1-2, 2-4
The text was updated successfully, but these errors were encountered:
Do we expect a cross-product or pairing? From the implementation does not seem like a bug but rather a choice
aste/tools/mapping-tester/generate.py
Lines 36 to 39 in a518b4a
Sorry, something went wrong.
Related question might also be: how do you want to process all runs when evaluating all combinations. Seems related to #163
No branches or pull requests
When using the mapping-tester based on branch
precice-v3
withThen the expected runs are 1-2, 1-4, 2-2, 2-4.
The actual runs are 1-2, 2-4
The text was updated successfully, but these errors were encountered: