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

Reducing redundancy in assigning directories... #12

Merged
merged 2 commits into from
Jun 5, 2023

Commits on May 31, 2023

  1. Merge pull request #1 from NCAR/main

    Merge pull request NCAR#11 from mariajmolina/main
    mariajmolina authored May 31, 2023
    Configuration menu
    Copy the full SHA
    13eea45 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Reducing redundancy in assigning directories...

    Currently, the directories for save_path, error file (batch job script), and output file (batch job script) have to be updated for different echo/optuna studies, creating possible workflow failures  if minor typo is made. This update allows us to just set the error file and output file names to something like "out" and allow echo to append it to the already defined save_path.
    mariajmolina authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1cde985 View commit details
    Browse the repository at this point in the history