-
Notifications
You must be signed in to change notification settings - Fork 96
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
Streamline eval functions #146
Conversation
Question: does |
The symmetry was too good to pass up. |
I don't know what is going on with Coveralls all of a sudden. |
Coveralls is just complaining the coverage % went down (just barely), but whatever. LGTM. |
I've seen coverage drop before and it did not call it a failure, maybe they changed their policy (I hope not). |
Major streamline of the eval logic on both the python and matlab ends. Consolidates to a single path.
Only API change: there is no more
content.code
output parameter forrun_code
calls.