expand test_xerbla_override to allow debugging#130
Merged
repagh merged 3 commits intopython-control:masterfrom May 21, 2020
Merged
expand test_xerbla_override to allow debugging#130repagh merged 3 commits intopython-control:masterfrom
repagh merged 3 commits intopython-control:masterfrom
Conversation
Member
|
Yes, it now works fine. I only get errors when running from within the Slycot folder; maybe that was the problem all along. From the result: The other tests all work, so this seems to be due to the fact that the subprocess code is executed in the current folder, where it finds a slycot sub-folder, complete with init.py but without wrapper. |
Collaborator
Author
|
Should be able to run from source folder again |
Member
|
Perfect, good solution |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Be more verbose if the test fails. It could fail because of xerbla not being overridden or because the import of the wrapper library failed.