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

I359 programmatically query results #367

Merged
merged 30 commits into from
May 7, 2019

Commits on Apr 17, 2019

  1. Add draft for Store.get_results_darray method

    Thibault Lestang authored and fcooper8472 committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    c957cef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53477fb View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Add store.get_results_fixed_output() that returns dict of DataArray f…

    …or single
    
    sector model, single output and *multiple* model runs
    Thibault Lestang committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    3fadb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d068681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    642e170 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Add store.get_results_fixed_output() for multiple model_runs

    Thibault Lestang committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    e2022a6 View commit details
    Browse the repository at this point in the history
  2. Change name of get_results_fixed_output() to read_results()

    Thibault Lestang committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    6dc91d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    d5682dc View commit details
    Browse the repository at this point in the history
  2. Fix conflicting method name read_results for Results API in store.py

    (-->get_results)
    Thibault Lestang committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    d4e0e65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ee685a View commit details
    Browse the repository at this point in the history
  4. Attempt to fix SmifDataMismatchError in Store._get_result_darray_inte…

    …rnal() for outputs with ndims>1
    tlestang committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    c575306 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c29c97a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b886ed View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    ac88b36 View commit details
    Browse the repository at this point in the history
  2. #359 Tidying

    fcooper8472 committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    0ee60a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    079152d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    f71b570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    844fb8f View commit details
    Browse the repository at this point in the history
  3. Modify store.get_results to return multiple outputs and check for ava…

    …ilability of quieried output as well as dimensionality
    
    Issue #359
    Thibault Lestang committed May 1, 2019
    Configuration menu
    Copy the full SHA
    92b8a13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    655785c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf6ceba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a14f35b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

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

Commits on May 3, 2019

  1. Move store creation to Store.from_dict

    Include style niggles:
    - docstring parameter description on next line
    - prefer raising relevant errors to assertions
    - avoid abbrev.s in param. names (sec_model_name > model_name)
    tomalrussell committed May 3, 2019
    Configuration menu
    Copy the full SHA
    6aa5d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae917af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab97a09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fe05f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c8bfbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db7cf82 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2019

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