Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensMul: ensure that coeff*nocoeff == self #26476

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2024

  1. TensMul: ensure that self == self.coeff*self.nocoeff

    self.coeff is only updated when self.doit has been called (before that,
    it is just 1)
    Kishore96in committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d8fc9b2 View commit details
    Browse the repository at this point in the history
  2. tensor: add test for TensMul.nocoeff

    Ensure that for any TensMul instance, self.coeff * self.nocoeff == self
    Kishore96in committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ae4143d View commit details
    Browse the repository at this point in the history