differentiate assignments of multiple values from functions

Issue #11 wontfix
David Tolpin repo owner created an issue

It turns out to be handy to return multiple values from function. Try to find a way to differentiate such assignments.

Comments (1)

  1. David Tolpin reporter

    Instead of differentiating returns of multiple values, only methods returning a single float or nothing are differentiated. This allows to define helpers returning integers and other stuff on the model.

    For clarity, a warning is printed if a method returning multiple floats is called in differentiated content. Neither the call nor the methods are differentiated.

  2. Log in to comment