derivatives will not propagate through append

Issue #7 wontfix
David Tolpin repo owner created an issue

built-in append does not play well with derivatives. It is a form of assignment, but to a non-existent location. See if you can do anything about it. Otherwise, issue a warning/error. This is not a problem with data (unless one needs derivatives wrt the data) only with parameters.

Comments (1)

  1. David Tolpin reporter

    Not a problem because append is neither a model method nor an elemental. Should not work and does not work.

  2. Log in to comment