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

fix: fixing the tests for ivy.Shape method #28470

Merged
merged 6 commits into from
Mar 6, 2024
Merged

Commits on Mar 2, 2024

  1. added conditional checks for the Shape.__bool_ method to support 0-D …

    …shapes in the tensorflow backend
    fnhirwa committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    59fa487 View commit details
    Browse the repository at this point in the history
  2. fixed the rest of the unit tests removing some of

    shape methods as they're not supposed to be
    implemented given that shape implements the Sequence
    interface. And these methods will always raise type errors
    if called.
    fnhirwa committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    dd0aaf4 View commit details
    Browse the repository at this point in the history
  3. remove mod

    fnhirwa committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    004f12b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    86b5698 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    34027ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174999c View commit details
    Browse the repository at this point in the history