nextml / NEXT

NEXT is a machine learning system that runs in the cloud and makes it easy to develop, evaluate, and apply active learning in the real-world. Ask better questions. Get better results. Faster. Automated.
http://nextml.org
Apache License 2.0
160 stars 53 forks source link

butler.job with ignore_result=False not expected behavior? #187

Closed dconathan closed 7 years ago

dconathan commented 7 years ago

It seems like the point of butler.job('foobar', ignore_result=False) is if you want the get the return value, and the return value indeed gets returned all the way to the butler but the butler doesn't return it... am I missing something or should there be a return for the butler as well?