Skip to content

.grad instead of .derivative for tensors in math_interface.py #27

Description

@jchwenger

Hi there,

Spotted what looks like a small issue in math_interface.py:

                        oa.append((x, y, x1.derivative[0]))
                        ob.append((x, y, y1.derivative[0]))

I believe these ought to be:

                        oa.append((x, y, x1.grad[0]))
                        ob.append((x, y, y1.grad[0]))

(like here...)

Best,
Jeremie

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions