-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix invalid variable usages from wrapper outputs #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this clean-up. I guess many of those paths (waring
and the missing _np
) are not exercised in the tests, or by our users.
Sorry, with the added unit tests and some fixes in the periphery concerning the tests directory this turned out to be a bigger PR than initially thought. Should I go ahead and include the cleanup of the other test scripts, too or split this into a different PR? |
37dd0e9
to
81d7031
Compare
81d7031
to
8bc7a4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks for adding those tests.
I'd like to give @repagh a chance to comment on the API change.
As far as I'm concerned we can merge this, but I doubt I'll be able to get back to Slycot until next weekend at the earliest.
Some functions tried to use variables which were never defined.