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

Added full inversion test with all required data #25

Merged
merged 9 commits into from
Oct 5, 2023

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    f2b9cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca7cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e050bf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    9c5562d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e573abe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b095e16 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Added "slow" test (many iterations)

    I registered a "slow" mark in pytest.ini and
    skip tests with this tag by default.
    
    The test added runs an inversion for a week of data, with 5000
    iterations.
    
    I'm not sure how useful it is now, although if this test runs quickly,
    then there is probably something wrong with the model.
    brendan-m-murphy committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b7238cd View commit details
    Browse the repository at this point in the history
  2. Changed testing store path

    I changed it temporarily to help debug something and forgot
    to change it back.
    brendan-m-murphy committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ecab906 View commit details
    Browse the repository at this point in the history
  3. Removed countries and bc_basis_functions dirs

    Now these are created automatically by conftest.
    
    Checks are made to avoid overwriting any files already
    present in these directories.
    
    In the future, these files will be managed by something like
    the object store.
    brendan-m-murphy committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3fce90a View commit details
    Browse the repository at this point in the history