rich7420 opened a new issue, #621: URL: https://github.com/apache/mahout/issues/621
### Description A clear and concise description of the bug. Error message in execute_circuit() is not clear enough. ### Expected Behavior What should have happened? throw out a clear error message like: ``` ValueError: Circuit contains unbound parameters: ['theta']. Please provide parameter_values... ``` ### Actual Behavior What actually happened? Present error message is like: ``` TypeError: Cannot wrap None into literal type ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
