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

Different dtypes testing #420

Merged
merged 23 commits into from
Dec 6, 2019
Merged

Different dtypes testing #420

merged 23 commits into from
Dec 6, 2019

Commits on Oct 17, 2019

  1. implemented diagonal needs to be tested

    simon committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    b771873 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. added tests for diagonal

    simon committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    16df301 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. diag works without offset

    simon committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    8df7a88 View commit details
    Browse the repository at this point in the history
  2. diag works without offset

    simon committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    c8ed845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21eb34d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. diag works with offset

    simon committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    71dde21 View commit details
    Browse the repository at this point in the history
  2. added documentation and tests

    simon committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    4fbd25d View commit details
    Browse the repository at this point in the history
  3. removed debug line

    simon committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    81a9e18 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

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

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    2136c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b8c766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    694973a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    7280614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f7c1aa View commit details
    Browse the repository at this point in the history
  3. removed debug code

    simon committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    7adac0d View commit details
    Browse the repository at this point in the history
  4. removed unnecessary import

    simon committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    450ff78 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    bcfaaa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f425b16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    753193f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. removed check for same communicator because this is not an invariant …

    …at the moment
    simon committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    6defeb1 View commit details
    Browse the repository at this point in the history
  2. updated docstring

    simon committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    d7fb35d View commit details
    Browse the repository at this point in the history
  3. updated function name

    simon committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    f2bd159 View commit details
    Browse the repository at this point in the history
  4. added test for unbalanced array

    simon committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    b0a395f View commit details
    Browse the repository at this point in the history