-
Notifications
You must be signed in to change notification settings - Fork 391
Port MUSIC tests from SLI to Python #3678
New issue
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
base: master
Are you sure you want to change the base?
Conversation
|
I think we need to move nest-simulator/testsuite/do_tests.sh Line 536 in 84da3b5
Otherwise, Pytest test collection finds the |
|
We now decided to move the music-tests directory outside of the |
|
@heplesser This PR now contains all MUSIC tests, as discussed yesterday. |
|
@JanVogelsang The music tests failed. From the downloaded artefacts it looks like the first one had too few MPI slots: and the second did not find the right files: The first problem needs an |
This PR ports the cont_proxy MUSIC test from SLI to Python.
@heplesser and I also discovered a bug in MUSIC #3679 related to the
cont_proxytest case. However, this PR is already valid even without the bug being fixed, as this specific test setup already works.