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

Test coverage #52

Merged
merged 7 commits into from
Feb 21, 2023
Merged

Test coverage #52

merged 7 commits into from
Feb 21, 2023

Commits on Feb 21, 2023

  1. SPTENSOR:

    * Fix argument mismatch for ttm (modes s.b. dims)
    * Fix ttm for rectangular matrices
    * Make error message consitent with tensor
    TENSOR:
    * Fix error message
    ntjohnson1 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f13c8fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5204d3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b0b8e1 View commit details
    Browse the repository at this point in the history
  4. TENMAT: Remove impossible condition. Shape is a property, the propert…

    …y handles the (0,) shape condition. So ndims should never see it.
    ntjohnson1 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bb15827 View commit details
    Browse the repository at this point in the history
  5. TENSOR: Improve test coverage. One line left, but logic of setitem is…

    … unclear without MATLAB validation of behavior.
    ntjohnson1 committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    6e0e3b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27dbeeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcf7215 View commit details
    Browse the repository at this point in the history