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

Partial preprocessor implementation #52

Merged
merged 15 commits into from
Jun 9, 2020

Commits on Jun 5, 2020

  1. refactor naming and CLI api to new preprocessor

    Andrew Moodie committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5c97716 View commit details
    Browse the repository at this point in the history
  2. change entry point name

    Andrew Moodie committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5288da4 View commit details
    Browse the repository at this point in the history
  3. changes to names of hooks, working on testing:

    Andrew Moodie committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d868e0b View commit details
    Browse the repository at this point in the history
  4. minor renames, tests with explicit yamls

    Andrew Moodie committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d3b0e40 View commit details
    Browse the repository at this point in the history
  5. working preprocessor

    Andrew Moodie committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    ed41b32 View commit details
    Browse the repository at this point in the history
  6. add python api and tests

    Andrew Moodie committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    353539e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6400d81 View commit details
    Browse the repository at this point in the history
  8. switch timestep extraction order so no initialization of jobs if bad …

    …config given (no timestep). Add bmi tests.
    Andrew Moodie committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d7193d5 View commit details
    Browse the repository at this point in the history
  9. documentation for changes made with preprocessor and the renaming models

    reorg some docs
    
    doc effort
    Andrew Moodie committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5df8600 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. cleanup

    Andrew Moodie committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    c27a0e3 View commit details
    Browse the repository at this point in the history
  2. rename test file

    Andrew Moodie committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    1ca1cde View commit details
    Browse the repository at this point in the history
  3. switch tests to use raises

    Andrew Moodie committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    70bda53 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. add python api Preprocessor to top level imports

    Andrew Moodie committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    9e522d2 View commit details
    Browse the repository at this point in the history
  2. update docs, cleanup, add another tests

    Andrew Moodie committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    aef535f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. add py high level api docs

    Andrew Moodie committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    6016668 View commit details
    Browse the repository at this point in the history