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

NDArraysRegressionFixture: regression on arrays with arbitrary shape. #72

Merged
merged 4 commits into from Sep 15, 2021

Commits on Sep 3, 2021

  1. NDArraysRegressionFixture: regression on arrays with arbitrary shape.

    Fixes ESSS#71
    
    This is a first attempt, including unit tests.
    Also some minor issues in DataFrameRegressionFixture were fixed,
    which was used as a starting point for this PR.
    The new fixture only uses NumPy, so also the error message makes
    no use for pandas for formatting the errors.
    tovrstra committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    62e86ed View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Improve NDArraysRegression code

    Changes:
    - Add statistics of differing elements.
    - Add support for complex and string arrays.
    - Add support for 0-D arrays.
    - Add more unit tests.
    - Also raise AssertionError when new items are present in the dictionary.
    - Simplified code and clarified error messages.
    tovrstra committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    fade52f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    af561d7 View commit details
    Browse the repository at this point in the history
  2. Fix broken tests

    - Add missing files
    - Remove unused ones
    - Facilitate regeneration of all NPZ files.
    tovrstra committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    f03cdce View commit details
    Browse the repository at this point in the history