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

Save response info in storage #6099

Merged
merged 4 commits into from
Sep 26, 2023
Merged

Commits on Sep 26, 2023

  1. Save response info in storage

    This moves all the information about which responses are saved
    in storage to storage, instead of reading them through the config.
    The removes the need to pass the ensemble config to the forward
    model ok function.
    oyvindeide committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    edcd86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0e158 View commit details
    Browse the repository at this point in the history
  3. Pass in job_script

    oyvindeide committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d0ee7cd View commit details
    Browse the repository at this point in the history
  4. Test refactor

    This removes some redundant functions and simplifies
    the mocking as some of it was outdated.
    oyvindeide committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7d48e31 View commit details
    Browse the repository at this point in the history